pub struct Iter { /* private fields */ }
Expand description

An iterator that will yield only bins with at least one sample.

Implementations

Construct a new sampled iterator. See Histogram::iter_recorded 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.