[][src]Type Definition moore_vhdl::lazy::LazyHir

type LazyHir<'sb, 'ast, 'ctx, R> = Box<dyn Fn(&'a ScoreContext<'b, 'sb, 'ast, 'ctx>) -> Result<R> + 'sb>;

A callback to lazily lower a node to HIR.