pub trait FixedBitsOptionalNum: Sealed where
    Self: Num
{ }
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 num-traits experimental feature is enabled, Num is a supertrait of FixedBits.

Implementations on Foreign Types

Implementors