Type Alias nu_engine::EvalIrBlockFn

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

Type of eval_ir_block() function