pub type LengthV1 = Versioned<Versioned<u32, 1>, 1>;
Expand description

u32 representing a length (v1)

Trait Implementations

Converts to this type from the input type.