Searched defs:Searcher (Results 1 – 8 of 8) sorted by relevance
101 type Searcher<'a>: Searcher<'a>; typedef196 pub unsafe trait Searcher<'a> { trait546 type Searcher<'a> = CharSearcher<'a>; typedef654 type Searcher<'a> = MultiCharEqSearcher<'a, C>; typedef952 type Searcher<'a> = StrSearcher<'a, 'b>; typedef
101 type Searcher<'a>: Searcher<'a>; typedef196 pub unsafe trait Searcher<'a> { interface546 type Searcher<'a> = CharSearcher<'a>; typedef654 type Searcher<'a> = MultiCharEqSearcher<'a, C>; typedef952 type Searcher<'a> = StrSearcher<'a, 'b>; typedef
2286 type Searcher<'a> = <&'b str as Pattern>::Searcher<'a>; typedef
2403 type Searcher<'a> = <&'b str as Pattern>::Searcher<'a>; typedef