pub type HashFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>, &mut ValueHasher) + Send + Sync>;Expand description
A boxed hash handler used in a TypeVtable.
Aliased Type§
struct HashFn(/* private fields */);pub type HashFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>, &mut ValueHasher) + Send + Sync>;A boxed hash handler used in a TypeVtable.
struct HashFn(/* private fields */);