pub unsafe trait NSAttributedStringKitAdditions:
ClassType
+ Sized
+ Sealed {
// Provided methods
unsafe fn containsAttachmentsInRange(&self, range: NSRange) -> bool { ... }
unsafe fn prefersRTFDInRange(&self, range: NSRange) -> bool { ... }
}
Available on crate feature
NSAttributedString
only.Expand description
Category on NSAttributedString
.
********************** Misc methods ***********************
Provided Methods§
unsafe fn containsAttachmentsInRange(&self, range: NSRange) -> bool
unsafe fn prefersRTFDInRange(&self, range: NSRange) -> bool
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.