pub trait Title {
    fn title() -> RowStruct;
}
Available 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