pub unsafe trait NSFileProviderTestingLookup: NSFileProviderTestingOperation {
    // Provided methods
    unsafe fn side(&self) -> NSFileProviderTestingOperationSide
       where Self: Sized + Message { ... }
    unsafe fn itemIdentifier(&self) -> Id<NSFileProviderItemIdentifier>
       where Self: Sized + Message { ... }
}
Available on crate feature NSFileProviderTesting only.

Provided Methods§

source

unsafe fn side(&self) -> NSFileProviderTestingOperationSide
where Self: Sized + Message,

source

unsafe fn itemIdentifier(&self) -> Id<NSFileProviderItemIdentifier>
where Self: Sized + Message,

Available on crate feature NSFileProviderItem only.

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderTestingLookup

source§

const NAME: &'static str = "NSFileProviderTestingLookup"

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 NSFileProviderTestingLookup

Implementations on Foreign Types§

source§

impl<T> NSFileProviderTestingLookup for ProtocolObject<T>

Implementors§