pub unsafe trait NSAttributedStringAttributeFixing: ClassType {
    // Provided method
    unsafe fn fixAttributesInRange(&self, range: NSRange)
       where Self: Sized + Message { ... }
}
Available on crate feature NSAttributedString only.
Expand description

Provided Methods§

source

unsafe fn fixAttributesInRange(&self, range: NSRange)
where Self: Sized + Message,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAttributedStringAttributeFixing for NSMutableAttributedString

Implementors§