pub type KString = KStringBase<Box<str>>;Expand description
A UTF-8 encoded, immutable string.
Aliased Typeยง
struct KString { /* private fields */ }pub type KString = KStringBase<Box<str>>;A UTF-8 encoded, immutable string.
struct KString { /* private fields */ }