pub struct StrSearcher<'a, 'b> {
haystack: &'a str,
needle: &'b str,
searcher: StrSearcherImpl,
}
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Associated type for <&str as Pattern<'a>>::Searcher
.
Fields
haystack | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
needle | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
searcher | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
Methods
fn new(haystack: &'a str, needle: &'b str) -> StrSearcher<'a, 'b>
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Trait Implementations
Derived Implementations