Trait objc2_web_kit::WebPolicyDecisionListener

source ·
pub unsafe trait WebPolicyDecisionListener: NSObjectProtocol {
    // Provided methods
    unsafe fn use(&self)
       where Self: Sized + Message { ... }
    unsafe fn download(&self)
       where Self: Sized + Message { ... }
    unsafe fn ignore(&self)
       where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature WebPolicyDelegate only.

Provided Methods§

source

unsafe fn use(&self)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn download(&self)
where Self: Sized + Message,

👎Deprecated
source

unsafe fn ignore(&self)
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn WebPolicyDecisionListener

source§

const NAME: &'static str = "WebPolicyDecisionListener"

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 WebPolicyDecisionListener

Implementations on Foreign Types§

source§

impl<T> WebPolicyDecisionListener for ProtocolObject<T>

Implementors§