pub trait Table {
fn table(self) -> TableStruct;
}
Expand description
Trait to convert raw type into table
Required Methods
sourcefn table(self) -> TableStruct
fn table(self) -> TableStruct
Converts raw type to a table
pub trait Table {
fn table(self) -> TableStruct;
}
Trait to convert raw type into table
Converts raw type to a table