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

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

A callback to lazily lower a node to HIR.