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

Loading content...

Implementors

impl Cell for CellStruct[src]

impl<T> Cell for T where
    T: Display
[src]

Loading content...