Type Definition proptest_arbitrary::FnGenerator [] [src]

type FnGenerator<V> = Generator<V, fn() -> V>;

Shorthand for Generator<V, fn() -> V>.