Struct traverse::utils::Range [] [src]

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

An iterator over the range [start, stop)

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more