Module collections::str::patternUnstable
[-] [+]
[src]
The string Pattern API.
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. |