pub type FixedWidthU64<'a> = FixedWidthUint<'a, u64>;
Expand description
A wrapper around u64
to let us encoded/decode to/from a fixed width
Aliased Typeยง
pub struct FixedWidthU64<'a>(/* private fields */);
pub type FixedWidthU64<'a> = FixedWidthUint<'a, u64>;
A wrapper around u64
to let us encoded/decode to/from a fixed width
pub struct FixedWidthU64<'a>(/* private fields */);