pub trait LegacyDCHash {
// Required method
fn generate_hash(&self, hashgen: &mut DCHashGenerator);
}Expand description
Trait shared by all DC element structures to generate the DC file hash using the same hashing method as the dclass library from Astron.
Required Methods§
Sourcefn generate_hash(&self, hashgen: &mut DCHashGenerator)
fn generate_hash(&self, hashgen: &mut DCHashGenerator)
Accumulates the properties of this DC element into the file hash.