Struct traverse::utils::RangeStepInclusive [] [src]

pub struct RangeStepInclusive<A> { /* fields omitted */ }

An iterator over the range [start, stop] by step. It handles overflow by stopping.

Trait Implementations

impl<A: Copy> Copy for RangeStepInclusive<A>
[src]

impl<A: Clone> Clone for RangeStepInclusive<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: PrimInt> Traversal for RangeStepInclusive<A>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more