Struct traverse::utils::RangeStep [] [src]

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

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more