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

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