Type Alias nu_engine::EvalExpressionFn

source ยท
pub type EvalExpressionFn = fn(_: &EngineState, _: &mut Stack, _: &Expression) -> Result<Value, ShellError>;
Expand description

Type of eval_expression() function