pub unsafe trait NSFileProviderTestingIngestion: NSFileProviderTestingOperation {
    // Provided methods
    unsafe fn side(&self) -> NSFileProviderTestingOperationSide
       where Self: Sized + Message { ... }
    unsafe fn itemIdentifier(&self) -> Id<NSFileProviderItemIdentifier>
       where Self: Sized + Message { ... }
    unsafe fn item(&self) -> Option<Id<NSFileProviderItem>>
       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.
source

unsafe fn item(&self) -> Option<Id<NSFileProviderItem>>
where Self: Sized + Message,

Available on crate feature NSFileProviderItem only.

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderTestingIngestion

source§

const NAME: &'static str = "NSFileProviderTestingIngestion"

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 NSFileProviderTestingIngestion

Implementations on Foreign Types§

source§

impl<T> NSFileProviderTestingIngestion for ProtocolObject<T>

Implementors§