Function eval_string_with_context

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

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

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