pub unsafe trait NSAccessibilityCustomRotorItemSearchDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn rotor_resultForSearchParameters(
        &self,
        rotor: &NSAccessibilityCustomRotor,
        search_parameters: &NSAccessibilityCustomRotorSearchParameters
    ) -> Option<Retained<NSAccessibilityCustomRotorItemResult>>
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityCustomRotor only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityCustomRotorItemSearchDelegate

source§

const NAME: &'static str = "NSAccessibilityCustomRotorItemSearchDelegate"

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 NSAccessibilityCustomRotorItemSearchDelegate

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityCustomRotorItemSearchDelegate for ProtocolObject<T>

Implementors§