Available on crate features
alloc or std only.Expand description
Non-empty Cow<'_, str>.
Structs§
- CowStr
- Represents non-empty clone-on-write strings.
Type Aliases§
- Static
CowStr - Type alias for
CowStrwith'staticlifetime.