pub trait BooleanTrait: BitAndAssign<Self> + for<'a> BitAnd<Self, Output = Self, Output = Self> + for<'a> BitAnd<&'a Self> + BitOrAssign<Self> + for<'a> BitOr<Self, Output = Self, Output = Self> + for<'a> BitOr<&'a Self> + BitXorAssign<Self> + for<'a> BitXor<Self, Output = Self, Output = Self> + for<'a> BitXor<&'a Self> + Copy + Clone + Debug + Deref + Eq + Equal<Self> + Nand<Self> + Nor<Self> + Not + Parser + Send + SizeInBits + SizeInDataBits + SizeInBytes + Sync + TypeName + Uniform { }
Expand description
Representation of a boolean.