Trait objc2_class_kit::CLSDataStoreDelegate

source ·
pub unsafe trait CLSDataStoreDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn createContextForIdentifier_parentContext_parentIdentifierPath(
        &self,
        identifier: &NSString,
        parent_context: &CLSContext,
        parent_identifier_path: &NSArray<NSString>
    ) -> Option<Retained<CLSContext>>
       where Self: Sized + Message { ... }
}
Available on crate feature CLSDataStore only.

Provided Methods§

source

unsafe fn createContextForIdentifier_parentContext_parentIdentifierPath( &self, identifier: &NSString, parent_context: &CLSContext, parent_identifier_path: &NSArray<NSString> ) -> Option<Retained<CLSContext>>
where Self: Sized + Message,

Available on crate features CLSContext and CLSObject only.

Trait Implementations§

source§

impl ProtocolType for dyn CLSDataStoreDelegate

source§

const NAME: &'static str = "CLSDataStoreDelegate"

The name of the Objective-C protocol that this type represents.
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 CLSDataStoreDelegate

Implementations on Foreign Types§

source§

impl<T> CLSDataStoreDelegate for ProtocolObject<T>

Implementors§