pub unsafe trait WKUIDelegate: NSObjectProtocol + MainThreadOnly { }Available on crate feature
WKUIDelegate only.Expand description
A class conforming to the WKUIDelegate protocol provides methods for presenting native UI on behalf of a webpage.
See also Apple’s documentation
Trait Implementations§
Source§impl ProtocolType for dyn WKUIDelegate
impl ProtocolType for dyn WKUIDelegate
impl<T> ImplementedBy<T> for dyn WKUIDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".