pub type TinyStr8 = TinyStr<NonZero<u64>>;
8 byte TinyStr using a u64.
TinyStr
u64
pub struct TinyStr8(/* private fields */);