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§
unsafe fn containsAttachmentsInRange(&self, range: NSRange) -> bool
Object Safety§
This trait is not object safe.