Struct traverse::Inspect [] [src]

pub struct Inspect<I, F> { /* fields omitted */ }

Trait Implementations

impl<I: Traversal, F: FnMut(&I::Item)> Traversal for Inspect<I, F>
[src]

Run this Iterator using the provided closure. Read more

Run this Iterator using the provided closure. Read more

impl<I: Copy, F: Copy> Copy for Inspect<I, F>
[src]

impl<I: Clone, F: Clone> Clone for Inspect<I, F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more