pub trait Table {
// Required method
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