pub unsafe trait NSSharingServicePickerTouchBarItemDelegate: NSSharingServicePickerDelegate + MainThreadOnly {
// Provided method
unsafe fn itemsForSharingServicePickerTouchBarItem(
&self,
picker_touch_bar_item: &NSSharingServicePickerTouchBarItem,
) -> Retained<NSArray>
where Self: Sized + Message { ... }
}
Available on crate features
NSSharingService
and NSSharingServicePickerTouchBarItem
only.Expand description
Provided Methods§
unsafe fn itemsForSharingServicePickerTouchBarItem( &self, picker_touch_bar_item: &NSSharingServicePickerTouchBarItem, ) -> Retained<NSArray>
Available on crate feature
NSTouchBarItem
only.