- API ›
- Constructors ›
- WebViewResultUrl
WebViewResultUrl
---types--- webViewResultUrl#4d22ff98 fullsize:flags.1?true fullscreen:flags.2?true query_id:flags.0?long url:string = WebViewResult
Belongs to
| WebViewResult |
In Rust this constructor is a variant of the enums::WebViewResult enum.
Match on it with: if let enums::WebViewResult::WebViewResultUrl(v) = result { ... }