Type Alias FixedWidthU64

Source
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 */);