[][src]Trait investments::xls::SheetParser

pub trait SheetParser {
    pub fn sheet_name(&self) -> &str;

    pub fn skip_row(&self, _row: &[Cell]) -> bool { ... }
}

Required methods

pub fn sheet_name(&self) -> &str[src]

Loading content...

Provided methods

pub fn skip_row(&self, _row: &[Cell]) -> bool[src]

Loading content...

Implementors

Loading content...