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

An iterator that will yield every bin.

Implementations

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

Performs the conversion.

Performs the conversion.

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.