Searched defs:TypeVariableStorage (Results 1 – 1 of 1) sorted by relevance
52 impl<'tcx> Rollback<UndoLog<'tcx>> for TypeVariableStorage<'tcx> { implementation63 pub struct TypeVariableStorage<'tcx> { struct64 values: sv::SnapshotVecStorage<Delegate>,69 eq_relations: ut::UnificationTableStorage<TyVidEqKey<'tcx>>,108 storage: &'a mut TypeVariableStorage<'tcx>, argument176 impl<'tcx> TypeVariableStorage<'tcx> { implementation