i64be

Type Alias i64be 

Source
pub type i64be = BigEndian<i64>;
Expand description

Shorthand for BigEndian<i64>

Aliased Typeยง

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