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

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

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