Expand description

Evaluates a formula.

Functions

  • Evaluates a string that was parsed and stored in Expression Struct. Takes an optional closure with the trait bound Fn(String) -> types::Value.
  • Converts a result from Value Enum to a printable string.