u32be

Type Alias u32be 

Source
pub type u32be = BigEndian<u32>;
Expand description

Shorthand for BigEndian<u32>

Aliased Typeยง

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