ComputedHash

Trait ComputedHash 

Source
pub trait ComputedHash {
    // Required method
    fn computed_hash(&self) -> HashId;
}
Expand description

Trait to implement for typed that contain a pre-computed hash value.

Required Methods§

Source

fn computed_hash(&self) -> HashId

Return computed hash value.

Implementors§