Module table_view

Source
Expand description

Trait abstraction for tables with headers and individual rows

Allowing for independent backends / serialization formats. Has title row and body rows of strings and formatting instructions.

Enums§

ColumnFormatting
Highlight
Unit

Traits§

TableView
A full table. dyn compatible.
TableViewRow