IntoCellValue

Trait IntoCellValue 

Source
pub trait IntoCellValue {
    // Required method
    fn try_into_cval(self) -> Result<CellValue<'static>>;
}
Expand description

make another type of data into cell value

Required Methods§

Source

fn try_into_cval(self) -> Result<CellValue<'static>>

Implementations on Foreign Types§

Source§

impl IntoCellValue for NaiveDate

Source§

fn try_into_cval(self) -> Result<CellValue<'static>>

Source§

impl IntoCellValue for NaiveDateTime

Source§

fn try_into_cval(self) -> Result<CellValue<'static>>

Source§

impl IntoCellValue for NaiveTime

Source§

fn try_into_cval(self) -> Result<CellValue<'static>>

Implementors§