Function change_detection::path_matchers::and[][src]

pub fn and<L, R>(left: L, right: R) -> impl PathMatcher where
    R: PathMatcher,
    L: PathMatcher

Checks both matchers are true.