Struct proptest::test_runner::ResultCacheKey[][src]

pub struct ResultCacheKey<'a> { /* fields omitted */ }

A key used for the result cache.

The capabilities of this structure are currently quite limited; all one can do with safe code is get the &dyn Debug of the test input value. This may improve in the future, particularly at such a time that specialisation becomes stable.

Methods

impl<'a> ResultCacheKey<'a>
[src]

Return the test input value as an &dyn Debug.

Trait Implementations

impl<'a> Debug for ResultCacheKey<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for ResultCacheKey<'a>

impl<'a> !Sync for ResultCacheKey<'a>