TinyStr4

Type Alias TinyStr4 

Source
pub type TinyStr4 = TinyStr<NonZero<u32>>;
Expand description

4 byte TinyStr using a u32.

Aliased Typeยง

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