Trait NSAttributedStringPasteboardAdditions

Source
pub unsafe trait NSAttributedStringPasteboardAdditions:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    unsafe fn textTypes() -> Retained<NSArray<NSString>> { ... }
    unsafe fn textUnfilteredTypes() -> Retained<NSArray<NSString>> { ... }
}
Available on crate feature NSAttributedString only.
Expand description

Category on NSAttributedString.

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 NSAttributedStringPasteboardAdditions for NSAttributedString

Implementors§