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

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

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