Trait FilterFn

trait FilterFn<T>

Essentially Fn (&T) -> bool.

Required Methods

fn apply(self: &Self, t: &T) -> bool

Test whether t passes the filter.