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

Trait for getting title row of a struct

Required methods

Returns title row of a struct

Implementors