Type Definition simple_endian::i128be[][src]

pub type i128be = BigEndian<i128>;
Expand description

Shorthand for BigEndian<i128>