pub struct Iter<'a, T: 'a + Counter> { /* private fields */ }
Expand description

An iterator that will yield at quantile steps through the histogram’s value range.

Implementations

Construct a new iterator. See Histogram::iter_quantiles for details.

Trait Implementations

Return Some if an IterationValue should be emitted at this point. Read more
Should we keep iterating even though the last index with non-zero count has already been picked at least once? Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.