Skip to main content

NSFileProviderTestingChildrenEnumeration

Trait NSFileProviderTestingChildrenEnumeration 

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

This operation causes the system to list the children of an item

See also Apple’s documentation

Provided Methods§

Source

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

The side of the operation.

Source

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

Available on crate feature NSFileProviderItem only.

The identifier of the item.

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn NSFileProviderTestingChildrenEnumeration

Source§

impl ProtocolType for dyn NSFileProviderTestingChildrenEnumeration

Source§

const NAME: &'static str = "NSFileProviderTestingChildrenEnumeration"

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> NSFileProviderTestingChildrenEnumeration for ProtocolObject<T>

Implementors§