[][src]Trait uikit_sys::NSAttributedString_NSDeprecatedKitAdditions

pub trait NSAttributedString_NSDeprecatedKitAdditions: Sized + Deref {
    unsafe fn initWithFileURL_options_documentAttributes_error_(
        self,
        url: NSURL,
        options: NSDictionary,
        dict: *mut NSDictionary,
        error: *mut NSError
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithFileURL_options_documentAttributes_error_(
    self,
    url: NSURL,
    options: NSDictionary,
    dict: *mut NSDictionary,
    error: *mut NSError
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSAttributedString_NSDeprecatedKitAdditions for NSAttributedString[src]

impl NSAttributedString_NSDeprecatedKitAdditions for NSMutableAttributedString[src]

impl NSAttributedString_NSDeprecatedKitAdditions for NSTextStorage[src]

Loading content...