u16be

Type Alias u16be 

Source
pub type u16be = BigEndian<u16>;
Expand description

Shorthand for BigEndian<u16>

Aliased Typeยง

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