pub unsafe trait NSFileProviderTestingChildrenEnumeration: 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 NSFileProviderTestingChildrenEnumeration

source§

const NAME: &'static str = "NSFileProviderTestingChildrenEnumeration"

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 NSFileProviderTestingChildrenEnumeration

Implementations on Foreign Types§

source§

impl<T> NSFileProviderTestingChildrenEnumeration for ProtocolObject<T>

Implementors§