pub trait BooleanTrait: Adder + BitAndAssign + BitAnd<Output = Self> + BitOrAssign + BitOr<Output = Self> + BitXorAssign + BitXor<Output = Self> + Clone + Eject<Primitive = bool> + Equal + FromBits + Inject<Primitive = bool> + Nand + Nor + Not + Parser + Subtractor + Ternary + ToBits + TypeName { }
Expand description

Representation of a boolean.

Object Safety§

This trait is not object safe.

Implementors§