[][src]Trait uikit_sys::INSFileSecurity

pub trait INSFileSecurity: Sized + Deref {
    unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSFileSecurity for NSFileSecurity[src]

Loading content...