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

Category on NSAttributedString.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAttributedStringPasteboardAdditions for NSAttributedString

Implementors§