pub unsafe trait NSMutableAttributedStringAttachmentConveniences:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn updateAttachmentsFromPath(&self, path: &NSString) { ... }
}
Available on crate feature
NSTextAttachment
only.Expand description
Category on NSMutableAttributedString
.
Provided Methods§
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.