pub trait IntoCellValue {
    fn to_cell_value(&self) -> CellValue;
}
Expand description

For things that can be converted into cell values within a Django output row.

Required methods

Implementations on Foreign Types

Implementors