Trait amber::ignore::Ignore[][src]

pub trait Ignore {
    fn is_ignore(&self, path: &PathBuf, is_dir: bool) -> bool;
}

Required Methods

Implementors