Function contrafact::brute_fallible[][src]

pub fn brute_fallible<T, F, S>(reason: S, f: F) -> BruteFact<'static, T> where
    S: ToString,
    T: Bounds,
    F: 'static + Fn(&T) -> Result<bool>, 
Expand description

A version of brute whose closure returns a Result