pub unsafe trait NSFileProviderItemDecorating: NSFileProviderItemProtocol {
    // Provided method
    unsafe fn decorations(
        &self
    ) -> Option<Id<NSArray<NSFileProviderItemDecorationIdentifier>>>
       where Self: Sized + Message { ... }
}
Available on crate features NSFileProviderItem and NSFileProviderItemDecoration only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderItemDecorating

source§

const NAME: &'static str = "NSFileProviderItemDecorating"

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 NSFileProviderItemDecorating

Implementations on Foreign Types§

source§

impl<T> NSFileProviderItemDecorating for ProtocolObject<T>

Implementors§