Searched defs:ProjectionCacheStorage (Results 1 – 1 of 1) sorted by relevance
74 pub struct ProjectionCacheStorage<'tcx> { struct75 map: SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>,133 impl<'tcx> ProjectionCacheStorage<'tcx> { impl251 impl<'tcx> Rollback<UndoLog<'tcx>> for ProjectionCacheStorage<'tcx> { implementation