Trait cameleon_impl::bytes_io::ReadBytes
source · pub trait ReadBytes {
fn read_bytes_be<T>(&mut self) -> Result<T>
where
T: BytesConvertible;
fn read_bytes_le<T>(&mut self) -> Result<T>
where
T: BytesConvertible;
}