Trait xcell_types::StreamReader
source · pub trait StreamReader: Sized {
fn read_from<R>(buffer: &mut R, order: ByteOrder) -> Result<Self, Error>
where
R: Read;
}pub trait StreamReader: Sized {
fn read_from<R>(buffer: &mut R, order: ByteOrder) -> Result<Self, Error>
where
R: Read;
}