pub type TinyString = Confined<String, ZERO, U8>;
String with maximum 255 characters.
String
pub struct TinyString(/* private fields */);