Type Definition simple_endian::u128be[][src]

pub type u128be = BigEndian<u128>;
Expand description

Shorthand for BigEndian<u128>