Trait django_query::row::IntoCellValue
source · [−]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.
pub trait IntoCellValue {
fn to_cell_value(&self) -> CellValue;
}
For things that can be converted into cell values within a Django output row.