Function eval::eval_with_contexts [] [src]

pub fn eval_with_contexts(expr: &str,
                          contexts: &'a [Context])
                          -> Result<Value, Error>

Evaluates the value of an expression with the given contexts.
The value of the last context is searched first.