Trait NSDictionary_NSKeyValueCoding
uikit_sys
pub trait NSDictionary_NSKeyValueCoding<KeyType, ObjectType>: Sized + Deref { unsafe fn valueForKey_(self, key: NSString) -> u64 where Self::Target: Message + Sized, { ... } }
unsafe fn valueForKey_(self, key: NSString) -> u64 where Self::Target: Message + Sized,
impl<KeyType: 'static, ObjectType: 'static> NSDictionary_NSKeyValueCoding<KeyType, ObjectType> for NSDictionary
impl<KeyType: 'static, ObjectType: 'static> NSDictionary_NSKeyValueCoding<KeyType, ObjectType> for NSMutableDictionary