pub type u128be = BigEndian<u128>;
Shorthand for BigEndian<u128>
BigEndian<u128>
pub struct u128be(/* private fields */);