pub unsafe trait NSAttributedStringAttachmentConveniences: ClassType {
    // Provided method
    unsafe fn attributedStringWithAttachment(
        attachment: &NSTextAttachment
    ) -> Retained<NSAttributedString>
       where Self: Sized + ClassType { ... }
}
Available on crate feature NSTextAttachment only.
Expand description

Category on NSAttributedString.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSAttributedStringAttachmentConveniences for NSAttributedString

Implementors§