pub trait ToHashKey {
// Required method
fn to_hash_key(&self) -> u64;
}Expand description
Trait for types that can be converted to a hash key.
Required Methods§
Sourcefn to_hash_key(&self) -> u64
fn to_hash_key(&self) -> u64
Convert to a hash key.