Type Alias simple_endian::i128be

source ·
pub type i128be = BigEndian<i128>;
Expand description

Shorthand for BigEndian<i128>

Aliased Type§

struct i128be(/* private fields */);