[−][src]Trait cli_table::Cell
Trait to convert raw types into cells
Required methods
pub fn cell(self) -> CellStruct[src]
Converts raw type to cell of a table
Implementors
impl Cell for CellStruct[src]
pub fn cell(self) -> CellStruct[src]
impl<T> Cell for T where
T: Display, [src]
T: Display,