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

pub type PreliminaryTypeTable<V> = HashMap<TcKey, Preliminary<V>>;
Expand description

A type table containing a Preliminary type for each TcKey. Mainly used if ContextSensitiveVariant does not implement Constructable.