Trait precomputed_hash::PrecomputedHash
source · pub trait PrecomputedHash {
// Required method
fn precomputed_hash(&self) -> u32;
}
Expand description
A trait to expose a precomputed hash for a type.
Required Methods§
sourcefn precomputed_hash(&self) -> u32
fn precomputed_hash(&self) -> u32
Return the precomputed hash for this item.