pub unsafe trait NSAttributedStringAttributeFixing: ClassType {
// Provided methods
unsafe fn fixAttributesInRange(&self, range: NSRange)
where Self: Sized + Message { ... }
unsafe fn fixFontAttributeInRange(&self, range: NSRange)
where Self: Sized + Message { ... }
unsafe fn fixParagraphStyleAttributeInRange(&self, range: NSRange)
where Self: Sized + Message { ... }
unsafe fn fixAttachmentAttributeInRange(&self, range: NSRange)
where Self: Sized + Message { ... }
}Available on crate feature
NSAttributedString only.Expand description
Category on NSMutableAttributedString.
Provided Methods§
unsafe fn fixAttributesInRange(&self, range: NSRange)
unsafe fn fixFontAttributeInRange(&self, range: NSRange)
unsafe fn fixParagraphStyleAttributeInRange(&self, range: NSRange)
unsafe fn fixAttachmentAttributeInRange(&self, range: NSRange)
Object Safety§
This trait is not object safe.