Trait objecthash::ObjectHash [] [src]

pub trait ObjectHash {
    fn objecthash<H: ObjectHasher>(&self, hasher: &mut H);
}

Required Methods

fn objecthash<H: ObjectHasher>(&self, hasher: &mut H)

Implementors