[−][src]Trait cli_table::Row
Trait to convert raw types into rows
Required methods
Loading content...Implementors
impl Row for RowStruct
[src]
impl<T, C> Row for T where
T: IntoIterator<Item = C>,
C: Cell,
[src]
T: IntoIterator<Item = C>,
C: Cell,