Function hash_node

Source
unsafe fn hash_node<S, K, V>(s: &S, node: NonNull<Node<K, V>>) -> u64
where S: BuildHasher, K: Hash,