pub trait HashValue: Hash {
    fn hash_value(&self) -> u64 { ... }
}
Expand description

hash value for htx

Provided Methods

hash value for htx

Implementors