Struct std::str::pattern::CharSearcher   
            
                [−]
            
        [src]
pub struct CharSearcher<'a>(_);
Associated type for <char as Pattern<'a>>::Searcher.
pub struct CharSearcher<'a>(_);
Associated type for <char as Pattern<'a>>::Searcher.
impl<'a> Searcher<'a> for CharSearcher<'a>fn haystack(&self) -> &'a strfn next(&mut self) -> SearchStepfn next_match(&mut self) -> Option<(usize, usize)>fn next_reject(&mut self) -> Option<(usize, usize)>impl<'a> ReverseSearcher<'a> for CharSearcher<'a>fn next_back(&mut self) -> SearchStepfn next_match_back(&mut self) -> Option<(usize, usize)>fn next_reject_back(&mut self) -> Option<(usize, usize)>impl<'a> DoubleEndedSearcher<'a> for CharSearcher<'a>impl<'a> Clone for CharSearcher<'a>fn clone(&self) -> CharSearcher<'a>fn clone_from(&mut self, source: &Self)
                    Prefix searches with a type followed by a colon (e.g.
                    fn:) to restrict the search to a given type.
                
                    Accepted types are: fn, mod,
                    struct, enum,
                    trait, type, macro,
                    and const.
                
                    Search functions by type signature (e.g.
                    vec -> usize)