pub type UniversalString = Implicit<UNIVERSAL_STRING, Utf8String>;
The UniversalString type.
UniversalString
struct UniversalString { pub value: String, /* private fields */ }
value: String
The inner value.