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 ContextSensitiveVariant for each TcKey. Requires ContextSensitiveVariant to implement Constructable.