Trait rmp::decode::BigEndianRead
[−]
[src]
pub trait BigEndianRead: Sized {
fn read<R: Read>(rd: &mut R) -> Result<Self, Error>;
}