Function hash_key

Source
fn hash_key<S, Q>(s: &S, k: &Q) -> u64
where S: BuildHasher, Q: Hash + ?Sized,