pub type BloomFilter = CountingBloomFilter<BloomStorageU8>;Expand description
A counting Bloom filter with 8-bit counters.
Aliased Type§
pub struct BloomFilter {
storage: BloomStorageU8,
}Fields§
§storage: BloomStorageU8pub type BloomFilter = CountingBloomFilter<BloomStorageU8>;A counting Bloom filter with 8-bit counters.
pub struct BloomFilter {
storage: BloomStorageU8,
}storage: BloomStorageU8