Struct traverse::Filter [] [src]

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more