u128be

Type Alias u128be 

Source
pub type u128be = BigEndian<u128>;
Expand description

Shorthand for BigEndian<u128>

Aliased Typeยง

pub struct u128be(/* private fields */);