Enum qei::SamplingError[][src]

pub enum SamplingError {
    SampleTooFar,
}

The error returned when we update the internal counter

Variants

The sample were taken too far apart : you have to make sure that the samples were at a distance of (2^16-1)/2 maximum.

Trait Implementations

impl Debug for SamplingError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations