NSURLNSPasteboardSupport

Trait NSURLNSPasteboardSupport 

Source
pub unsafe trait NSURLNSPasteboardSupport:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    fn URLFromPasteboard(paste_board: &NSPasteboard) -> Option<Retained<NSURL>> { ... }
    fn writeToPasteboard(&self, paste_board: &NSPasteboard) { ... }
}
Available on crate feature NSPasteboard only.
Expand description

Category “NSPasteboardSupport” on NSURL.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSURLNSPasteboardSupport for NSURL

Implementors§