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