Trait substrate_fixed::traits::FixedOptionalFeatures [−][src]
This trait is used to provide supertraits to the Fixed trait
depending on the crate’s optional features.
- If the
f16feature is enabled,PartialOrd<f16>andPartialOrd<bf16>are supertraits ofFixed. - If the
serdefeature is enabled,SerializeandDeserializeare supertraits ofFixed.