pub trait Row { // Required method fn row(self) -> RowStruct; }
Trait to convert raw types into rows
Converts raw type to rows of a table