Trait jj_lib::matchers::Matcher

source ·
pub trait Matcher: Sync {
    // Required methods
    fn matches(&self, file: &RepoPath) -> bool;
    fn visit(&self, dir: &RepoPath) -> Visit;
}

Required Methods§

source

fn matches(&self, file: &RepoPath) -> bool

source

fn visit(&self, dir: &RepoPath) -> Visit

Implementors§