pub trait Cell {
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
pub trait Cell {
fn cell(self) -> CellStruct;
}
Trait to convert raw types into cells
Converts raw type to cell of a table