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