proptest::strategy

Type Alias LazyJustFn

source
pub type LazyJustFn<V> = LazyJust<V, fn() -> V>;
Expand description

Shorthand for LazyJust<T, fn () -> T>.

Aliased Typeยง

struct LazyJustFn<V> { /* private fields */ }