NSAttributedStringKitAdditions

Trait NSAttributedStringKitAdditions 

Source
pub unsafe trait NSAttributedStringKitAdditions:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    fn containsAttachmentsInRange(&self, range: NSRange) -> bool { ... }
    fn prefersRTFDInRange(&self, range: NSRange) -> bool { ... }
}
Available on crate feature NSAttributedString only.
Expand description

Category on NSAttributedString.

********************** Misc methods ***********************

Provided Methods§

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 NSAttributedStringKitAdditions for NSAttributedString

Implementors§