Enum bloom_filter::BloomError [] [src]

pub enum BloomError {
    NoParameterSet,
}

BloomError

The error returned by BloomBuilder if it is unable to construct a bloom filter because no parameter has been set.

Variants

Trait Implementations

impl Debug for BloomError
[src]

Formats the value using the given formatter.

impl Display for BloomError
[src]

Formats the value using the given formatter. Read more

impl Error for BloomError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more