[−][src]Function rustc_ap_rustc_data_structures::stable_hasher::hash_stable_hashmap
pub fn hash_stable_hashmap<HCX, K, V, R, SK, F>(
hcx: &mut HCX,
hasher: &mut StableHasher,
map: &HashMap<K, V, R>,
to_stable_hash_key: F
) where
K: Eq,
V: HashStable<HCX>,
R: BuildHasher,
SK: HashStable<HCX> + Ord,
F: Fn(&K, &HCX) -> SK,