pub type KStringCow<'s> = KStringCowBase<'s, ArcStr>;Expand description
A reference to a UTF-8 encoded, immutable string.
Aliased Typeยง
pub struct KStringCow<'s> { /* private fields */ }pub type KStringCow<'s> = KStringCowBase<'s, ArcStr>;A reference to a UTF-8 encoded, immutable string.
pub struct KStringCow<'s> { /* private fields */ }