pub unsafe trait NSServicesMenuRequestor: NSObjectProtocol {
// Provided methods
unsafe fn writeSelectionToPasteboard_types(
&self,
pboard: &NSPasteboard,
types: &NSArray<NSPasteboardType>,
) -> bool
where Self: Sized + Message { ... }
unsafe fn readSelectionFromPasteboard(&self, pboard: &NSPasteboard) -> bool
where Self: Sized + Message { ... }
}
Available on crate feature
NSApplication
only.Expand description
Provided Methods§
unsafe fn writeSelectionToPasteboard_types( &self, pboard: &NSPasteboard, types: &NSArray<NSPasteboardType>, ) -> bool
Available on crate feature
NSPasteboard
only.unsafe fn readSelectionFromPasteboard(&self, pboard: &NSPasteboard) -> bool
Available on crate feature
NSPasteboard
only.