pub trait HashBytes: Hash {
    unsafe fn hash_bytes(_self_: &[MaybeUninit<u8>], state: &mut dyn Hasher);
}

Required Methods

Implementors