pub trait FixedBitsCast<Prim>where
    Self: TryInto<Prim> + TryFrom<Prim> + Cast<Prim> + CastFrom<Prim> + CheckedCast<Prim> + CheckedCastFrom<Prim> + SaturatingCast<Prim> + SaturatingCastFrom<Prim> + WrappingCast<Prim> + WrappingCastFrom<Prim> + UnwrappedCast<Prim> + UnwrappedCastFrom<Prim> + OverflowingCast<Prim> + OverflowingCastFrom<Prim> + Sealed,
{ }
Expand description

This trait is used to provide supertraits to the FixedBits trait, and should not be used directly.

Implementations on Foreign Types§

Implementors§