Type Alias EvalExpressionFn

Source
pub type EvalExpressionFn = fn(&EngineState, &mut Stack, &Expression) -> Result<Value, ShellError>;
Expand description

Type of eval_expression() function