devela::_dep::rkyv::hash

Function hash_value

pub fn hash_value<Q, H>(value: &Q) -> u64 
where H: Hasher + Default, Q: Hash + ?Sized,
Available on crate feature dep_rkyv only.
Expand description

Hashes the given value with the default value of the specified Hasher.