[][src]Trait investments::xls::TableRow

pub trait TableRow: Sized {
    fn columns() -> Vec<&'static str>;
fn parse(row: &[&Cell]) -> GenericResult<Self>; }

Required methods

fn columns() -> Vec<&'static str>

fn parse(row: &[&Cell]) -> GenericResult<Self>

Loading content...

Implementors

Loading content...