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