pub type StaticCowStr = CowStr<'static>;
alloc
std
Type alias for CowStr with 'static lifetime.
CowStr
'static
struct StaticCowStr { /* private fields */ }