Trait NSMutableAttributedStringAttachmentConveniences

Source
pub unsafe trait NSMutableAttributedStringAttachmentConveniences:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn updateAttachmentsFromPath(&self, path: &NSString) { ... }
}
Available on crate feature NSTextAttachment only.
Expand description

Provided Methods§

Source

unsafe fn updateAttachmentsFromPath(&self, path: &NSString)

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 NSMutableAttributedStringAttachmentConveniences for NSMutableAttributedString

Implementors§