Trait objc2_class_kit::CLSContextProvider

source ·
pub unsafe trait CLSContextProvider {
    // Provided method
    unsafe fn updateDescendantsOfContext_completion(
        &self,
        context: &CLSContext,
        completion: &Block<dyn Fn(*mut NSError)>
    )
       where Self: Sized + Message { ... }
}
Available on crate feature CLSContextProvider only.

Provided Methods§

source

unsafe fn updateDescendantsOfContext_completion( &self, context: &CLSContext, completion: &Block<dyn Fn(*mut NSError)> )
where Self: Sized + Message,

Available on crate features CLSContext and CLSObject and block2 only.

Trait Implementations§

source§

impl ProtocolType for dyn CLSContextProvider

source§

const NAME: &'static str = "CLSContextProvider"

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 CLSContextProvider

Implementations on Foreign Types§

source§

impl<T> CLSContextProvider for ProtocolObject<T>

Implementors§