nu_engine

Type Alias EvalExpressionFn

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

Type of eval_expression() function