Trait Conditional

Source
pub trait Conditional {
    // Required method
    fn eval(&self, _: &Interpreter) -> bool;
}

Required Methods§

Source

fn eval(&self, _: &Interpreter) -> bool

Implementors§