[][src]Trait cli_table::Title

pub trait Title {
    pub fn title() -> RowStruct;
}

Trait for getting title row of a struct

Required methods

pub fn title() -> RowStruct[src]

Returns title row of a struct

Loading content...

Implementors

Loading content...