NSFetchRequestResult

Trait NSFetchRequestResult 

Source
pub unsafe trait NSFetchRequestResult: NSObjectProtocol { }
Available on crate feature NSFetchRequest only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn NSFetchRequestResult

Source§

const NAME: &'static str = "NSFetchRequestResult"

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 NSFetchRequestResult

Implementations on Foreign Types§

Source§

impl NSFetchRequestResult for NSDictionary

Source§

impl NSFetchRequestResult for NSNumber

Source§

impl<T> NSFetchRequestResult for ProtocolObject<T>

Implementors§