Trait objc2_web_kit::WebPolicyDelegate

source ·
pub unsafe trait WebPolicyDelegate: NSObjectProtocol { }
👎Deprecated
Available on crate feature WebPolicyDelegate only.

Trait Implementations§

source§

impl ProtocolType for dyn WebPolicyDelegate

source§

const NAME: &'static str = "WebPolicyDelegate"

The name of the Objective-C protocol that this type represents.
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 WebPolicyDelegate

Implementations on Foreign Types§

source§

impl<T> WebPolicyDelegate for ProtocolObject<T>

Implementors§