Type Alias FixedWidthU32

Source
pub type FixedWidthU32<'a> = FixedWidthUint<'a, u32>;
Expand description

A wrapper around u32 to let us encoded/decode to/from a fixed width

Aliased Typeยง

pub struct FixedWidthU32<'a>(/* private fields */);