pub unsafe trait NSPasteboardTypeOwner: NSObjectProtocol {
// Provided methods
unsafe fn pasteboard_provideDataForType(
&self,
sender: &NSPasteboard,
type: &NSPasteboardType,
)
where Self: Sized + Message { ... }
unsafe fn pasteboardChangedOwner(&self, sender: &NSPasteboard)
where Self: Sized + Message { ... }
}
Available on crate feature
NSPasteboard
only.