pub type MediumString = Confined<String, ZERO, U24>;
String with maximum 2^24-1 characters.
String
pub struct MediumString(/* private fields */);