Type Definition simple_endian::i16be[][src]

pub type i16be = BigEndian<i16>;
Expand description

Shorthand for BigEndian<i16>