Trait csx64::common::serialization::TrivialBinaryRead[][src]

pub trait TrivialBinaryRead: Sized {
    fn bin_read<F: Read>(f: &mut F) -> Result<Self>;
}

Denotes that a type can be trivially decoded from cross-platform binary.

Required methods

fn bin_read<F: Read>(f: &mut F) -> Result<Self>[src]

Loading content...

Implementations on Foreign Types

impl TrivialBinaryRead for u8[src]

Loading content...

Implementors

Loading content...