Trait snarkvm_console_network::BooleanTrait
source · [−]pub trait BooleanTrait: BitAndAssign<Self> + BitAnd<Self, Output = Self, Output = Self> + for<'a> BitAnd<&'a Self> + BitOrAssign<Self> + BitOr<Self, Output = Self, Output = Self> + for<'a> BitOr<&'a Self> + BitXorAssign<Self> + 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.