Trait edit_xlsx::Read

source ·
pub trait Read: _Read {
    // Provided method
    fn read_cell<L: Location>(&self, loc: L) -> WorkSheetResult<Cell<String>> { ... }
}

Provided Methods§

source

fn read_cell<L: Location>(&self, loc: L) -> WorkSheetResult<Cell<String>>

Object Safety§

This trait is not object safe.

Implementors§