Type Definition rusttyc::types::TypeTable[][src]

type TypeTable<V> = HashMap<TcKey, <V as Constructable>::Type>;

A type table containing the constructed type of the inferred Variant for each TcKey. Requires Variant to implement Constructable.