Function path_matchers::any_of[][src]

pub fn any_of<I: IntoIterator<Item = Box<dyn PathMatcher>>>(
    iter: I
) -> impl PathMatcher

Checks any of matchers in iterator is true.