KString

Type Alias KString 

Source
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>>