Function change_detection::path_matchers::any_of[][src]

pub fn any_of<I>(iter: I) -> impl PathMatcher where
    I: IntoIterator<Item = Box<dyn PathMatcher + 'static, Global>>, 

Checks any of matchers in iterator is true.