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