Struct traverse::Take [] [src]

pub struct Take<I> { /* fields omitted */ }

Trait Implementations

impl<I: Traversal> Traversal for Take<I>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more

impl<I: Copy> Copy for Take<I>
[src]

impl<I: Clone> Clone for Take<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more