Type Definition kstring::KStringCow
source · [−]pub type KStringCow<'s> = KStringCowBase<'s, BoxedStr>;
Expand description
A reference to a UTF-8 encoded, immutable string.
pub type KStringCow<'s> = KStringCowBase<'s, BoxedStr>;
A reference to a UTF-8 encoded, immutable string.