Trait polkadot_service::runtime_traits::SimpleBitOps[][src]

pub trait SimpleBitOps: Clear + BitOr<Self, Output = Self> + BitXor<Self, Output = Self> + BitAnd<Self, Output = Self> { }
Expand description

A meta trait for all bit ops.

Implementors