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§
unsafe fn itemsForSharingServicePickerTouchBarItem( &self, picker_touch_bar_item: &NSSharingServicePickerTouchBarItem ) -> Id<NSArray>
Available on crate feature
NSTouchBarItem
only.