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

type SnapshotMapStorage<K, V> = SnapshotMap<K, V, FxHashMap<K, V>, ()>;