pub type Str0255<'a> = Inner<'a, false, 1, 1, 255>;
Type alias for a variable-sized string with a maximum size of 255 bytes, represented using the Inner type with a 1-byte header.
Inner
pub enum Str0255<'a> {}
Returns the value as a UTF-8 string if possible, otherwise as a hex string prefixed with 0x.