[][src]Function evalexpr::eval_empty_with_context

pub fn eval_empty_with_context(
    string: &str,
    context: &dyn Context
) -> EvalexprResult<EmptyType>

Evaluate the given expression string into an empty value with the given context.

See the crate doc for more examples and explanations of the expression format.