Function proptest::test_runner::noop_result_cache[][src]

pub fn noop_result_cache() -> Box<dyn ResultCache>

Notable traits for Box<I, A>

impl<I, A> Iterator for Box<I, A> where
    I: Iterator + ?Sized,
    A: Allocator
type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
    A: Allocator + 'static,
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;

A result cache that does nothing.

This is the default value of ProptestConfig.result_cache.