Home
last modified time | relevance | path

Searched refs:SetMatches (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_set.rs219 pub fn matches(&self, text: $text_ty) -> SetMatches { in matches()
222 SetMatches { in matches()
294 pub struct SetMatches { structure names
299 impl SetMatches { impls
332 impl IntoIterator for SetMatches { in iter()
341 impl<'a> IntoIterator for &'a SetMatches {
392 /// The lifetime `'a` refers to the lifetime of a `SetMatches` value.

Completed in 2 milliseconds