pub struct StrSearcher<'a, 'b> {
// some fields omitted
}
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Associated type for <&str as Pattern<'a>>::Searcher
.
Trait Implementations
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
fn haystack(&self) -> &'a str
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
fn next_match(&mut self) -> Option<(usize, usize)>
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Derived Implementations
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
fn clone_from(&mut self, source: &Self)
1.0.0
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized