pub type ExtendedU32 = Versioned<Versioned<i32, 1>, 1>;
Expand description

u32 wrapped in 1 version byte

Trait Implementations

Converts to this type from the input type.