pub type EvalExpressionFn = fn(_: &EngineState, _: &mut Stack, _: &Expression) -> Result<Value, ShellError>;
Expand description
Type of eval_expression() function
pub type EvalExpressionFn = fn(_: &EngineState, _: &mut Stack, _: &Expression) -> Result<Value, ShellError>;
Type of eval_expression() function