[][src]Crate bool

Macros

b

Transforms a value with type Bool into the equivalent value with the primitive type bool.

Enums

Bool

Enum with two possible values: True or False which represent the logical values true and false respectively.