Type Alias TinyStr16

Source
pub type TinyStr16 = TinyAsciiStr<16>;
Expand description

These are temporary compatability reexports that will be removed in a future version.

Aliased Type§

#[repr(transparent)]
pub struct TinyStr16 { bytes: [AsciiByte; 16], }

Fields§

§bytes: [AsciiByte; 16]