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