[][src]Function evalexpr::eval_boolean_with_context

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

Evaluate the given expression string into a boolean with the given context.

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