Struct std::str::pattern::StrSearcher
[−]
[src]
pub struct StrSearcher<'a, 'b> { haystack: &'a str, needle: &'b str, searcher: StrSearcherImpl, }
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
Associated type for <&str as Pattern<'a>>::Searcher
.
Fields
haystack | Unstable ( pattern ): API not fully fleshed out and ready to be stabilized |
needle | Unstable ( pattern ): API not fully fleshed out and ready to be stabilized |
searcher | Unstable ( pattern ): API not fully fleshed out and ready to be stabilized |