Trait NSAttributedStringAttributeFixing

Source
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§

Source

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.

Implementations on Foreign Types§

Source§

impl NSAttributedStringAttributeFixing for NSMutableAttributedString

Implementors§