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

Category on NSAttributedString.

Provided Methods§

source

unsafe fn containsAttachmentsInRange(&self, range: NSRange) -> bool
where Self: Sized + Message,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAttributedStringKitAdditions for NSAttributedString

Implementors§