pub type TinyStr2 = TinyStr<NonZero<u16>>;
2 byte TinyStr using a u16.
TinyStr
u16
pub struct TinyStr2(/* private fields */);