Type Alias HasherWriteFnTyped

Source
pub type HasherWriteFnTyped<T> = for<'mem> fn(hasher_self: &'mem mut T, bytes: &[u8]);
Expand description

Function to write bytes to a hasher