pub type TinyStr4 = TinyStr<NonZero<u32>>;
4 byte TinyStr using a u32.
TinyStr
u32
pub struct TinyStr4(/* private fields */);