pub trait FixedBitsOptionalArbitrary: Sealed { }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.