Type Alias simple_endian::u128be

source ·
pub type u128be = BigEndian<u128>;
Expand description

Shorthand for BigEndian<u128>

Aliased Type§

struct u128be(/* private fields */);