Expand description
This crate provides the boolean algebra based types True
and [False] as enum values. They serve a similar purpose as the built-in primitive boolean types
trueand
false`
respectively (but are not interchangeable).
Macros§
Enums§
- Boolean
- Enum with two possible values:
True
orFalse
which represent thelogical
valuestrue
andfalse
respectively. - Boolean
Error