pub unsafe trait NSExtensionRequestHandling: NSObjectProtocol {
    // Provided method
    unsafe fn beginRequestWithExtensionContext(
        &self,
        context: &NSExtensionContext
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSExtensionRequestHandling only.

Provided Methods§

source

unsafe fn beginRequestWithExtensionContext(&self, context: &NSExtensionContext)
where Self: Sized + Message,

Available on crate feature NSExtensionContext only.

Trait Implementations§

source§

impl ProtocolType for dyn NSExtensionRequestHandling

source§

const NAME: &'static str = "NSExtensionRequestHandling"

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 NSExtensionRequestHandling

Implementations on Foreign Types§

source§

impl<T> NSExtensionRequestHandling for ProtocolObject<T>

Implementors§