eval_empty_with_context

Function eval_empty_with_context 

Source
pub fn eval_empty_with_context<C: Context>(
    string: &str,
    context: &C,
) -> EvalexprResult<EmptyType>
Expand description

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.