[][src]Trait uikit_sys::NSMutableAttributedString_NSDeprecatedKitAdditions

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

Provided methods

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

Loading content...

Implementors

impl NSMutableAttributedString_NSDeprecatedKitAdditions for NSMutableAttributedString[src]

impl NSMutableAttributedString_NSDeprecatedKitAdditions for NSTextStorage[src]

Loading content...