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

type LazyTypeckTable<'sb, 'ast, 'ctx> = HashMap<NodeId, LazyNode<LazyTypeck<'sb, 'ast, 'ctx>>>;

A table of pending or running type checks.