pub type KStringCow<'s> = KStringCowBase<'s>;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>;A reference to a UTF-8 encoded, immutable string.
pub struct KStringCow<'s> { /* private fields */ }