[−][src]Module lazy_string_replace::pattern
A vendored version of core::str::pattern, since the version in core is unstable.
For more details, see the traits Pattern, Searcher,
[ReverseSearcher], and [DoubleEndedSearcher].
Structs
| CharPredicateSearcher | Associated type for |
| CharSearcher | Associated type for |
| CharSliceSearcher | Associated type for |
| StrSearcher | Associated type for |
Enums
| SearchStep | Result of calling |
Traits
| DoubleEndedSearcher | A marker trait to express that a |
| Pattern | A string pattern. |
| ReverseSearcher | A reverse searcher for a string pattern. |
| Searcher | A searcher for a string pattern. |