Trait fixed::traits::FixedBitsOptionalNum
source · pub trait FixedBitsOptionalNum: Sealedwhere
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
.