pub type TinyStr8 = TinyAsciiStr<8>;
Expand description
These are temporary compatability reexports that will be removed in a future version.
Aliased Type§
#[repr(transparent)]pub struct TinyStr8 {
bytes: [AsciiByte; 8],
}
Fields§
§bytes: [AsciiByte; 8]