Trait cocoa::appkit::NSPasteboardReading
source · pub trait NSPasteboardReading: Sized {
// Required methods
unsafe fn initWithPasteboardPropertyList_ofType(
self,
propertyList: id,
_type: id
) -> id;
unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id;
unsafe fn readingOptionsForType_pasteboard(
self,
_type: id,
pasteboard: id
) -> NSPasteboardReadingOptions;
}