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