pub unsafe trait NSAttributedStringPasteboardAdditions:
ClassType
+ Sized
+ Sealed {
// Provided methods
fn textTypes() -> Retained<NSArray<NSString>> { ... }
fn textUnfilteredTypes() -> Retained<NSArray<NSString>> { ... }
}Available on crate feature
NSAttributedString only.Expand description
Category on NSAttributedString.
Provided Methods§
fn textTypes() -> Retained<NSArray<NSString>>
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.