KStringCow

Type Alias KStringCow 

Source
pub type KStringCow<'s> = KStringCowBase<'s, BoxedStr>;
Expand description

A reference to a UTF-8 encoded, immutable string.

Aliased Type§

#[repr(transparent)]
pub struct KStringCow<'s> { pub(crate) inner: KStringCowInner<'s, Box<str>>, }

Fields§

§inner: KStringCowInner<'s, Box<str>>