pub trait StrExt { }
Expand description

Extension traits on str.

Set the configuration option str_pattern_extensions to enable the associated methods. The setting str_pattern_extensions requires the unstable features pattern and associated_type_bounds, so only works with Rust nightly.

Implementations on Foreign Types

Implementors