[][src]Trait proptest::strategy::statics::FilterFn

pub trait FilterFn<T> {
    fn apply(&self, t: &T) -> bool;
}

Essentially Fn (&T) -> bool.

Required methods

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

Test whether t passes the filter.

Loading content...

Implementors

Loading content...