Trait polkadot_service::runtime_traits::SimpleBitOps
source · 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.