Trait proto_vulcan::compound::CompoundHash[][src]

pub trait CompoundHash<U, E> where
    U: User,
    E: Engine<U>, 
{ fn compound_hash(&self, state: &mut dyn Hasher); }

Required methods

Implementors