Trait preserves_path::predicate::Predicate[][src]

pub trait Predicate: Debug {
    fn test(&mut self, path: Rc<Path>, value: &IOValue) -> bool;
}

Required methods

Implementors