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 */ }