Trait NSAttributedStringKitAdditions

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

Category on NSAttributedString. ********************** Misc methods ***********************

Provided Methods§

Source

unsafe fn containsAttachmentsInRange(&self, range: NSRange) -> bool

Source

unsafe fn prefersRTFDInRange(&self, range: NSRange) -> bool

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§