pub trait FixedBitsOptionalSerde: Sealedwhere
Self: Serialize + for<'de> Deserialize<'de>,{ }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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.