Trait endianrw::EndianReadExt [] [src]

pub trait EndianReadExt {
    fn read_as<B: ByteTransform<T>, T>(&mut self) -> Result<T>;
}

Extension trait that allows to read endian specified primitive types from it

Required Methods

Implementors