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 */);
pub type FixedWidthU32<'a> = FixedWidthUint<'a, u32>;
A wrapper around u32
to let us encoded/decode to/from a fixed width
pub struct FixedWidthU32<'a>(/* private fields */);