Trait cli_table::Title[][src]

pub trait Title {
    fn title() -> RowStruct;
}
This is supported on crate features title or derive only.

Trait for getting title row of a struct

Required methods

fn title() -> RowStruct[src]

Returns title row of a struct

Loading content...

Implementors

Loading content...