pub type HasherWriteFnTyped<T> = for<'mem> fn(hasher_self: TypedPtrMut<'mem, T>, bytes: &[u8]);Expand description
Function to write bytes to a hasher
pub type HasherWriteFnTyped<T> = for<'mem> fn(hasher_self: TypedPtrMut<'mem, T>, bytes: &[u8]);Function to write bytes to a hasher