Struct collections::str::pattern::StrSearcher
[−]
[src]
pub struct StrSearcher<'a, 'b> {
haystack: &'a str,
needle: &'b str,
searcher: StrSearcherImpl,
}Associated type for <&str as Pattern<'a>>::Searcher.
Fields
haystack | |
needle | |
searcher |