pub type KString = KStringBase<BoxedStr>;Expand description
A UTF-8 encoded, immutable string.
Aliased Type§
#[repr(transparent)]pub struct KString {
inner: KStringInner<Box<str>>,
}Fields§
§inner: KStringInner<Box<str>>pub type KString = KStringBase<BoxedStr>;A UTF-8 encoded, immutable string.
#[repr(transparent)]pub struct KString {
inner: KStringInner<Box<str>>,
}inner: KStringInner<Box<str>>