Searched defs:UnificationTable (Results 1 – 2 of 2) sorted by relevance
17 pub struct UnificationTable<K:UnifyKey> { struct18 values: Delegate<K>,
89 pub(crate) type UnificationTable<'a, 'tcx, T> = ut::UnificationTable< typedef