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

Category on NSAttributedString.

Provided Methods§

source

unsafe fn textTypes() -> Id<NSArray<NSString>>
where Self: Sized + ClassType,

source

unsafe fn textUnfilteredTypes() -> Id<NSArray<NSString>>
where Self: Sized + ClassType,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAttributedStringPasteboardAdditions for NSAttributedString

Implementors§