Searched defs:TypeVariableTable (Results 1 – 1 of 1) sorted by relevance
107 pub struct TypeVariableTable<'a, 'tcx> { struct108 storage: &'a mut TypeVariableStorage<'tcx>,110 undo_log: &'a mut InferCtxtUndoLogs<'tcx>,199 impl<'tcx> TypeVariableTable<'_, 'tcx> { impl