[−][src]Trait rustc_ap_rustc_data_structures::unify::UnificationStoreBase
Largely internal trait implemented by the unification table
backing store types. The most common such type is InPlace
,
which indicates a standard, mutable unification table.
Associated Types
type Key: UnifyKey
type Value: UnifyValue
Required methods
Loading content...Provided methods
Loading content...Implementors
impl<K, V, L> UnificationStoreBase for InPlace<K, V, L> where
K: UnifyKey,
V: VecLike<Delegate<K>>,
[src]
K: UnifyKey,
V: VecLike<Delegate<K>>,