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