pub unsafe trait NSMutableAttributedStringAttachmentConveniences: ClassType {
// Provided method
unsafe fn updateAttachmentsFromPath(&self, path: &NSString)
where Self: Sized + Message { ... }
}Available on crate feature
NSTextAttachment only.Expand description
Category on NSMutableAttributedString.
Provided Methods§
unsafe fn updateAttachmentsFromPath(&self, path: &NSString)
Object Safety§
This trait is not object safe.