TinyStr2

Type Alias TinyStr2 

Source
pub type TinyStr2 = TinyStr<NonZero<u16>>;
Expand description

2 byte TinyStr using a u16.

Aliased Typeยง

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