[][src]Function evalexpr::eval_string_with_configuration

pub fn eval_string_with_configuration(
    string: &str,
    configuration: &dyn Configuration
) -> Result<String, Error>

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

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