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§
unsafe fn itemsForSharingServicePickerToolbarItem( &self, picker_toolbar_item: &NSSharingServicePickerToolbarItem ) -> Id<NSArray>
Available on crate feature
NSToolbarItem
only.