[][src]Trait uikit_sys::NSMutableDictionary_NSSharedKeySetDictionary

pub trait NSMutableDictionary_NSSharedKeySetDictionary<KeyType, ObjectType>: Sized + Deref {
    unsafe fn dictionaryWithSharedKeySet_(keyset: id) -> NSMutableDictionary
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn dictionaryWithSharedKeySet_(keyset: id) -> NSMutableDictionary where
    Self::Target: Message + Sized

Loading content...

Implementors

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

Loading content...