Type Alias proptest::strategy::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 */ }