pub trait Table {
    fn table(self) -> TableStruct;
}
Expand description

Trait to convert raw type into table

Required Methods

Converts raw type to a table

Implementors