Type Alias tinystr::TinyStr16

source ·
pub type TinyStr16 = TinyAsciiStr<16>;
Expand description

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

Aliased Type§

struct TinyStr16 {
    bytes: [AsciiByte; 16],
}

Fields§

§bytes: [AsciiByte; 16]