i128be

Type Alias i128be 

Source
pub type i128be = BigEndian<i128>;
Expand description

Shorthand for BigEndian<i128>

Aliased Typeยง

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