Type Definition simple_endian::i64be[][src]

pub type i64be = BigEndian<i64>;
Expand description

Shorthand for BigEndian<i64>