Type Definition simple_endian::u64be[][src]

pub type u64be = BigEndian<u64>;
Expand description

Shorthand for BigEndian<u64>