pub trait FixedBitsOptionalArbitrary: Sealed where
    Self: for<'a> Arbitrary<'a>, 
{ }
Expand description

This trait is used to provide supertrait to the FixedBits trait depending on the crates’s optional features, and should not be used directly.

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

Implementations on Foreign Types

Implementors