HashFunc

Type Alias HashFunc 

Source
pub type HashFunc<'a, K> = &'a dyn Fn(u64, &K) -> u64;