Struct traverse::Map [] [src]

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

An Traversal that maps over the contents of another Traversal.

Trait Implementations

impl<I: Traversal, O, F: FnMut(I::Item) -> O> Traversal for Map<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 Map<I, F>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more