Trait sp_runtime::traits::SimpleBitOps [−][src]
A meta trait for all bit ops.
A meta trait for all bit ops.
impl<T: Sized + Clear + BitOr<Self, Output = Self> + BitXor<Self, Output = Self> + BitAnd<Self, Output = Self>> SimpleBitOps for T
[src]