INIntentHandlerProviding

Trait INIntentHandlerProviding 

Source
pub unsafe trait INIntentHandlerProviding: NSObjectProtocol {
    // Provided method
    unsafe fn handlerForIntent(
        &self,
        intent: &INIntent,
    ) -> Option<Retained<AnyObject>>
       where Self: Sized + Message { ... }
}
Available on crate feature INIntentHandlerProviding only.
Expand description

Provided Methods§

Source

unsafe fn handlerForIntent( &self, intent: &INIntent, ) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

Available on crate feature INIntent only.

Trait Implementations§

Source§

impl ProtocolType for dyn INIntentHandlerProviding

Source§

const NAME: &'static str = "INIntentHandlerProviding"

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 INIntentHandlerProviding

Implementations on Foreign Types§

Source§

impl<T> INIntentHandlerProviding for ProtocolObject<T>

Implementors§

Source§

impl INIntentHandlerProviding for INExtension

Available on crate feature INExtension only.