Function evalexpr::eval_boolean[][src]

pub fn eval_boolean(string: &str) -> EvalexprResult<bool>
Expand description

Evaluate the given expression string into a boolean.

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