Skip to main content

eval

Function eval 

Source
pub fn eval(expr: &Expr, input: &Value) -> Result<Vec<Value>, EvalError>
Expand description

Evaluate expr against input, returning the output stream.