pub unsafe trait UIActivityItemsConfigurationProviding: NSObjectProtocol {
    // Provided method
    unsafe fn activityItemsConfiguration(
        &self,
        mtm: MainThreadMarker
    ) -> Option<Retained<ProtocolObject<dyn UIActivityItemsConfigurationReading>>>
       where Self: Sized + Message { ... }
}
Available on crate feature UIActivityItemsConfigurationReading only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn UIActivityItemsConfigurationProviding

source§

const NAME: &'static str = "UIActivityItemsConfigurationProviding"

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 UIActivityItemsConfigurationProviding

Implementations on Foreign Types§

source§

impl<T> UIActivityItemsConfigurationProviding for ProtocolObject<T>

Implementors§

source§

impl UIActivityItemsConfigurationProviding for UIResponder

Available on crate features UIResponder and UIResponder_UIActivityItemsConfiguration only.