Struct traverse::FilterMap [] [src]

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more