pub trait Title { // Required method fn title() -> RowStruct; }
Trait for getting title row of a struct
Returns title row of a struct