Function path_matchers::and[][src]

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

Checks both matchers are true.