Function has_match

Source
pub fn has_match<T, I>(re: &mut dyn Regex<T, Match>, over: I) -> bool
where I: IntoIterator<Item = T>,