Trait selectors::bloom::BloomHash [] [src]

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

Required Methods

fn bloom_hash(&self) -> u32

Implementors