Type Definition rustc_ap_rustc_data_structures::snapshot_map::SnapshotMapRef[][src]

type SnapshotMapRef<'a, K, V, L> = SnapshotMap<K, V, &'a mut FxHashMap<K, V>, &'a mut L>;