pub unsafe trait NSAttributedStringAttributeFixing:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn fixAttributesInRange(&self, range: NSRange) { ... }
}
Available on crate feature
NSAttributedString
only.Expand description
Category on NSMutableAttributedString
.
********************** Attribute fixing ***********************
Provided Methods§
unsafe fn fixAttributesInRange(&self, range: NSRange)
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.