NSMutableAttributedStringAttachmentConveniences

Trait NSMutableAttributedStringAttachmentConveniences 

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

Provided Methods§

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§