Type Definition proptest::strategy::LazyJustFn [] [src]

type LazyJustFn<V> = LazyJust<V, fn() -> V>;

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