Type Alias HasherWriteFn

Source
pub type HasherWriteFn = for<'mem> unsafe fn(_: PtrMut<'mem>, _: &[u8]);
Expand description

Function to write bytes to a hasher

ยงSafety

The hasher_self parameter must be a valid pointer to a hasher