pub trait FixedBitsOptionalSerde: 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 serde feature is enabled, [Serialize] and [Deserialize] are supertraits of FixedBits.

Implementations on Foreign Types§

Implementors§