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

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

Notable traits for Box<W>

impl<W> Write for Box<W> where
    W: Write + ?Sized
impl<R> Read for Box<R> where
    R: Read + ?Sized
impl<I> Iterator for Box<I> where
    I: Iterator + ?Sized
type Item = <I as Iterator>::Item;impl<F> Future for Box<F> where
    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.