pub type EvalIrBlockFn = fn(_: &EngineState, _: &mut Stack, _: &Block, _: PipelineData) -> Result<PipelineData, ShellError>;
Expand description
Type of eval_ir_block() function
pub type EvalIrBlockFn = fn(_: &EngineState, _: &mut Stack, _: &Block, _: PipelineData) -> Result<PipelineData, ShellError>;
Type of eval_ir_block() function