Module cow

Source
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§

StaticCowStr
Type alias for CowStr with 'static lifetime.