pub trait FixedStrictOptionalNum: Sealed where
    Self: Inv + CheckedDiv
{ }
Expand description

This trait is used to provide supertraits to the FixedStrict trait depending on the crate’s optional features, and should not be used directly.

If the num-traits experimental feature is enabled, Inv and CheckedDiv are supertraits of FixedStrict.

Implementors