Type Definition moore_vhdl::lazy::LazyHir

source · []
pub type LazyHir<'sb, 'ast, 'ctx, R> = Box<dyn for<'a, 'b> Fn(&'a ScoreContext<'b, 'sb, 'ast, 'ctx>) -> Result<R> + 'sb>;
Expand description

A callback to lazily lower a node to HIR.