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

Provided Methods§

source

unsafe fn updateAttachmentsFromPath(&self, path: &NSString)
where Self: Sized + Message,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSMutableAttributedStringAttachmentConveniences for NSMutableAttributedString

Implementors§