Trait libdonet::hashgen::DCHash

source ·
pub trait DCHash {
    // Required method
    fn generate_hash(&self, hashgen: &mut DCHashGenerator);
}
Expand description

Trait shared by all DC element structures to generate the DC file hash.

Required Methods§

source

fn generate_hash(&self, hashgen: &mut DCHashGenerator)

Accumulates the properties of this DC element into the file hash.

Implementors§

source§

impl DCHash for DCArrayType

source§

impl<'dc> DCHash for DCAtomicField<'dc>

source§

impl<'dc> DCHash for DCField<'dc>

source§

impl<'dc> DCHash for DCFile<'dc>

source§

impl<'dc> DCHash for DClass<'dc>

source§

impl<'dc> DCHash for DCMolecularField<'dc>