CNKeyDescriptor

Trait CNKeyDescriptor 

Source
pub unsafe trait CNKeyDescriptor:
    NSObjectProtocol
    + NSSecureCoding
    + NSCopying { }
Available on crate feature CNContact only.
Expand description

This protocol is reserved for Contacts framework usage.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CNKeyDescriptor

Source§

const NAME: &'static str = "CNKeyDescriptor"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn CNKeyDescriptor

Implementations on Foreign Types§

Source§

impl CNKeyDescriptor for NSString

Source§

impl<T> CNKeyDescriptor for ProtocolObject<T>
where T: ?Sized + CNKeyDescriptor,

Implementors§