Trait rmp::decode::BigEndianRead
[−]
[src]
pub trait BigEndianRead: Sized { fn read<R: Read>(rd: &mut R) -> Result<Self, Error>; }
Required Methods
Implementors
impl BigEndianRead for u8
impl BigEndianRead for u16
impl BigEndianRead for u32
impl BigEndianRead for u64
impl BigEndianRead for i8
impl BigEndianRead for i16
impl BigEndianRead for i32
impl BigEndianRead for i64
impl BigEndianRead for f32
impl BigEndianRead for f64