TinyStr8

Type Alias TinyStr8 

Source
pub type TinyStr8 = TinyStr<NonZero<u64>>;
Expand description

8 byte TinyStr using a u64.

Aliased Typeยง

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