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