Struct traverse::utils::Counter [] [src]

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

An infinite iterator starting at start and advancing by step with each iteration

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Add<Output = A> + Clone> Traversal for Counter<A>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more