Struct traverse::FlatMap [] [src]

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more