Searched defs:RegexSearcher (Results 1 – 2 of 2) sorted by relevance
6 pub struct RegexSearcher<'r, 't> { struct14 type Searcher = RegexSearcher<'r, 't>; argument26 unsafe impl<'r, 't> Searcher<'t> for RegexSearcher<'r, 't> { implementation