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