Function ferrous::dsl::consistently
[−]
[src]
pub fn consistently<F, A>(f: F) -> Async<A> where F: 'static + Fn() -> A
Asynchronous assertion that asserts the given closure consistently returns a value that satisfies the given matcher.