Function weighted_regexp::match_regex [] [src]

pub fn match_regex<T, M, I>(re: &mut Regex<T, M>, over: I) -> M where
    I: IntoIterator<Item = T>,
    M: Zero + One