Trait selectors_bloom::BloomHash [] [src]

pub trait BloomHash {
    fn bloom_hash(&self) -> u32;
}

Required Methods

Implementors