- API ›
- Constructors ›
- BoolFalse
BoolFalse
---types--- boolFalse#bc799737 = Bool
Belongs to
| Bool |
In Rust this constructor is a variant of the enums::Bool enum.
Match on it with: if let enums::Bool::BoolFalse(v) = result { ... }
Parameters
This item has no parameters.