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§
unsafe fn textTypes() -> Retained<NSArray<NSString>>
unsafe fn textUnfilteredTypes() -> Retained<NSArray<NSString>>
Object Safety§
This trait is not object safe.