[][src]Trait uikit_sys::NSMutableAttributedString_NSMutableAttributedStringDocumentFormats

pub trait NSMutableAttributedString_NSMutableAttributedStringDocumentFormats: Sized + Deref {
    unsafe fn readFromURL_options_documentAttributes_error_(
        self,
        url: NSURL,
        opts: NSDictionary,
        dict: *mut NSDictionary,
        error: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn readFromData_options_documentAttributes_error_(
        self,
        data: NSData,
        opts: NSDictionary,
        dict: *mut NSDictionary,
        error: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn readFromURL_options_documentAttributes_error_(
    self,
    url: NSURL,
    opts: NSDictionary,
    dict: *mut NSDictionary,
    error: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn readFromData_options_documentAttributes_error_(
    self,
    data: NSData,
    opts: NSDictionary,
    dict: *mut NSDictionary,
    error: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSMutableAttributedString_NSMutableAttributedStringDocumentFormats for NSMutableAttributedString[src]

impl NSMutableAttributedString_NSMutableAttributedStringDocumentFormats for NSTextStorage[src]

Loading content...