Trait simple_excel_writer::sheet::ToCellValue [] [src]

pub trait ToCellValue {
    fn to_cell_value(&self) -> CellValue;
}

Required Methods

Implementors