[][src]Trait uikit_sys::NSDictionary_NSSharedKeySetDictionary

pub trait NSDictionary_NSSharedKeySetDictionary<KeyType, ObjectType>: Sized + Deref {
    unsafe fn sharedKeySetForKeys_(keys: NSArray) -> id
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn sharedKeySetForKeys_(keys: NSArray) -> id where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<KeyType: 'static, ObjectType: 'static> NSDictionary_NSSharedKeySetDictionary<KeyType, ObjectType> for NSDictionary[src]

impl<KeyType: 'static, ObjectType: 'static> NSDictionary_NSSharedKeySetDictionary<KeyType, ObjectType> for NSMutableDictionary[src]

Loading content...