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

type LazyTypeval<'sb, 'ast, 'ctx> = Box<Fn(&'a TypeckContext<'b, 'c, 'sb, 'ast, 'ctx>) -> Result<&'ctx Ty> + 'sb>;

A callback to lazily evaluate the type of a node.