Function evalexpr::eval_empty

source ·
pub fn eval_empty(string: &str) -> EvalexprResult<EmptyType>
Expand description

Evaluate the given expression string into an empty value.

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