Trait cli_table::Cell [−][src]
pub trait Cell { fn cell(self) -> CellStruct; }
Trait to convert raw types into cells
Required methods
fn cell(self) -> CellStruct
[src]
Converts raw type to cell of a table
Implementors
impl Cell for CellStruct
[src]
impl Cell for CellStruct
[src]