Type Alias StaticCowStr

Source
pub type StaticCowStr = CowStr<'static>;
Available on (crate features alloc or std) and crate feature static only.
Expand description

An alias for CowStr<'static>.

Aliased Typeยง

pub struct StaticCowStr { /* private fields */ }