Type Alias HashFnTyped

Source
pub type HashFnTyped<T> = for<'mem> fn(value: &'mem T, hasher_this: PtrMut<'mem>, hasher_write_fn: HasherWriteFn);
Expand description

Function to hash a value