Struct traverse::utils::RangeInclusive [] [src]

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

An iterator over the range [start, stop]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more