pub unsafe trait NSPasteboardItemDataProvider: NSObjectProtocol {
// Provided methods
unsafe fn pasteboard_item_provideDataForType(
&self,
pasteboard: Option<&NSPasteboard>,
item: &NSPasteboardItem,
type: &NSPasteboardType
)
where Self: Sized + Message { ... }
unsafe fn pasteboardFinishedWithDataProvider(
&self,
pasteboard: &NSPasteboard
)
where Self: Sized + Message { ... }
}
Available on crate feature
NSPasteboardItem
only.Provided Methods§
unsafe fn pasteboard_item_provideDataForType( &self, pasteboard: Option<&NSPasteboard>, item: &NSPasteboardItem, type: &NSPasteboardType )
Available on crate feature
NSPasteboard
only.unsafe fn pasteboardFinishedWithDataProvider(&self, pasteboard: &NSPasteboard)
Available on crate feature
NSPasteboard
only.