[][src]Trait dync::HasHash

pub trait HasHash {
    fn hash_fn(&self) -> &unsafe fn(_: &[u8], _: &mut dyn Hasher);
}

Required methods

fn hash_fn(&self) -> &unsafe fn(_: &[u8], _: &mut dyn Hasher)

Loading content...

Implementations on Foreign Types

impl<V: HasHash> HasHash for (DropFn, V)[src]

Loading content...

Implementors

Loading content...