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

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

Required methods

Loading content...

Implementors

Loading content...