Trait precomputed_hash::PrecomputedHash [] [src]

pub trait PrecomputedHash {
    fn precomputed_hash(&self) -> u32;
}

A trait to expose a precomputed hash for a type.

Required Methods

Return the precomputed hash for this item.

Implementors