pub trait Cell {
// Required method
fn cell(self) -> CellStruct;
}
Expand description
Trait to convert raw types into cells
Required Methods§
sourcefn cell(self) -> CellStruct
fn cell(self) -> CellStruct
Converts raw type to cell of a table