u64be

Type Alias u64be 

Source
pub type u64be = BigEndian<u64>;
Expand description

Shorthand for BigEndian<u64>

Aliased Typeยง

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