pub trait FixedOptionalArbitrary: Sealedwhere
    Self: for<'a> Arbitrary<'a>,
{ }
Expand description

This trait is used to provide supertraits to the Fixed trait depending on the crate’s optional features, and should not be used directly.

If the arbitrary feature is enabled, Arbitrary is a supertrait of Fixed.

Implementors§