[][src]Crate cow_utils

Traits

CowUtils

Some str methods perform destructive transformations and so return String even when no modification is necessary.

Pattern

This trait is a shim for the required functionality normally provided directly by std::str::pattern::Pattern (which is currently unstable).