[][src]Trait investments::xls::CellType

pub trait CellType: Sized {
    pub fn parse(cell: &Cell) -> GenericResult<Self>;
}

Required methods

pub fn parse(cell: &Cell) -> GenericResult<Self>[src]

Loading content...

Implementations on Foreign Types

impl CellType for String[src]

impl CellType for i32[src]

impl CellType for u32[src]

impl<T: CellType> CellType for Option<T>[src]

Loading content...

Implementors

impl CellType for Decimal[src]

impl CellType for SkipCell[src]

Loading content...