Type Alias StaticCowStr

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

Type alias for CowStr with 'static lifetime.

Aliased Typeยง

struct StaticCowStr { /* private fields */ }