Skip to main content

ApplyExpr

Trait ApplyExpr 

Source
pub trait ApplyExpr<'a> {
    // Required method
    fn apply(&self, expr: &'a mut Expr) -> AnyValue<'a>;
}

Required Methods§

Source

fn apply(&self, expr: &'a mut Expr) -> AnyValue<'a>

Implementors§