Struct traverse::utils::Repeat [] [src]

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

An iterator that repeats an element endlessly

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Clone> Traversal for Repeat<A>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more