Module std::str::pattern
[−]
[src]
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
The string Pattern API.
For more details, see the traits Pattern
, Searcher
,
ReverseSearcher
and DoubleEndedSearcher
.
Structs
CharPredicateSearcher |
[Unstable] Associated type for |
CharSearcher |
[Unstable] Associated type for |
CharSliceSearcher |
[Unstable] Associated type for |
StrSearcher |
[Unstable] Associated type for |
Enums
SearchStep |
[Unstable] Result of calling |
Traits
DoubleEndedSearcher |
[Unstable] A marker trait to express that a |
Pattern |
[Unstable] A string pattern. |
ReverseSearcher |
[Unstable] A reverse searcher for a string pattern. |
Searcher |
[Unstable] A searcher for a string pattern. |