Function proptest_arbitrary_interop::arb_sized
source · [−]pub fn arb_sized<A: ArbInterop>(size: usize) -> ArbStrategy<A>
Expand description
Constructs a proptest::strategy::Strategy
for a given
arbitrary::Arbitrary
type, generating size
bytes of random data as
input to the arbitrary::Arbitrary
type.