Function arbitrary

Source
pub fn arbitrary<T: Arbitrary>() -> ArbitrarySampler<T>
Expand description

Sampler for any type implementing Arbitrary.