[go: up one dir, main page]

Type Alias KStringCow

Source
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 */ }