pub trait IntoCellValue {
// Required method
fn try_into_cval(self) -> Result<CellValue<'static>>;
}Expand description
make another type of data into cell value
pub trait IntoCellValue {
// Required method
fn try_into_cval(self) -> Result<CellValue<'static>>;
}make another type of data into cell value