Function proptest::test_runner::noop_result_cache

source ·
pub fn noop_result_cache() -> Box<dyn ResultCache>
Expand description

A result cache that does nothing.

This is the default value of ProptestConfig.result_cache.