Struct bloom_filter::Bloom [] [src]

pub struct Bloom<T: Hash> { /* fields omitted */ }

Bloom

An implementation of a bloom filter.

Methods

impl<T: Hash> Bloom<T>
[src]

Trait Implementations

impl<T: Debug + Hash> Debug for Bloom<T>
[src]

Formats the value using the given formatter.