Skip to main content

U64String

Type Alias U64String 

Source
pub type U64String = ArrayStringU8<20>;
Expand description

Array string that can store an u64 number.

Aliased Typeยง

pub struct U64String(/* private fields */);