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

Provided Methods§

source

unsafe fn itemsForSharingServicePickerTouchBarItem( &self, picker_touch_bar_item: &NSSharingServicePickerTouchBarItem ) -> Id<NSArray>
where Self: Sized + Message,

Available on crate feature NSTouchBarItem only.

Trait Implementations§

source§

impl ProtocolType for dyn NSSharingServicePickerTouchBarItemDelegate

source§

const NAME: &'static str = "NSSharingServicePickerTouchBarItemDelegate"

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 NSSharingServicePickerTouchBarItemDelegate

Implementations on Foreign Types§

source§

impl<T> NSSharingServicePickerTouchBarItemDelegate for ProtocolObject<T>

Implementors§