- API ›
- Constructors ›
- WebPageEmpty
WebPageEmpty
---types--- webPageEmpty#211a1788 id:long url:flags.0?string = WebPage
Belongs to
| WebPage |
In Rust this constructor is a variant of the enums::WebPage enum.
Match on it with: if let enums::WebPage::WebPageEmpty(v) = result { ... }