Trait data_rw::ReadAs[][src]

pub trait ReadAs<T> {
    fn read_as(&mut self) -> Result<T>;
}

Required methods

Implementors