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§
unsafe fn textTypes() -> Retained<NSArray<NSString>>
unsafe fn textUnfilteredTypes() -> Retained<NSArray<NSString>>
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.