Trait WKURLSchemeHandler

Source
pub unsafe trait WKURLSchemeHandler: NSObjectProtocol + MainThreadOnly { }
Available on crate feature WKURLSchemeHandler only.
Expand description

A class conforming to the WKURLSchemeHandler protocol provides methods for loading resources with URL schemes that WebKit doesn’t know how to handle itself.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn WKURLSchemeHandler

Source§

const NAME: &'static str = "WKURLSchemeHandler"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn WKURLSchemeHandler

Implementations on Foreign Types§

Source§

impl<T> WKURLSchemeHandler for ProtocolObject<T>

Implementors§