Predicate

Trait Predicate 

Source
pub trait Predicate: Debug {
    // Required method
    fn test(&mut self, ctxt: &mut Context<'_>, value: &IOValue) -> bool;
}

Required Methods§

Source

fn test(&mut self, ctxt: &mut Context<'_>, value: &IOValue) -> bool

Implementors§