pub struct CharSearcher<'a>(_);
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Associated type for <char 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
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
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