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

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

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

Required methods

fn sheet_name(&self) -> &str

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...