pub trait FixedBitsOptionalBorsh: Sealed { }Expand description
This trait is used to provide supertraits to the FixedBits trait
depending on the crates’s optional features, and should not be used
directly.
If the borsh experimental feature is enabled, [BorshSerialize] and
[BorshDeserialize] are supertraits of FixedBits.