Type Definition rusttyc::types::PreliminaryTypeTable [−][src]
type PreliminaryTypeTable<V> = HashMap<TcKey, Preliminary<V>>;
A type table containing a Preliminary type for each TcKey. Mainly used if ContextSensitiveVariant does not implement Constructable.