pub unsafe trait NSSharingServicePickerToolbarItemDelegate: NSSharingServicePickerDelegate + IsMainThreadOnly {
    // Provided method
    unsafe fn itemsForSharingServicePickerToolbarItem(
        &self,
        picker_toolbar_item: &NSSharingServicePickerToolbarItem
    ) -> Id<NSArray>
       where Self: Sized + Message { ... }
}
Available on crate features NSSharingService and NSSharingServicePickerToolbarItem only.

Provided Methods§

source

unsafe fn itemsForSharingServicePickerToolbarItem( &self, picker_toolbar_item: &NSSharingServicePickerToolbarItem ) -> Id<NSArray>
where Self: Sized + Message,

Available on crate feature NSToolbarItem only.

Trait Implementations§

source§

impl ProtocolType for dyn NSSharingServicePickerToolbarItemDelegate

source§

const NAME: &'static str = "NSSharingServicePickerToolbarItemDelegate"

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 NSSharingServicePickerToolbarItemDelegate

Implementations on Foreign Types§

source§

impl<T> NSSharingServicePickerToolbarItemDelegate for ProtocolObject<T>

Implementors§