[][src]Trait dync::traits::HashBytes

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

Required methods

unsafe fn hash_bytes(_self_: &[u8], state: &mut dyn Hasher)

Loading content...

Implementors

impl<T: Hash + 'static> HashBytes for T[src]

Loading content...