Trait polkadot_sdk_frame::traits::SimpleBitOps
pub trait SimpleBitOps: Sized + Clear + BitOr<Output = Self> + BitXor<Output = Self> + BitAnd<Output = Self> { }
Expand description
A meta trait for all bit ops.
Object Safety§
This trait is not object safe.