pub unsafe trait UIItemProviderReadingAugmentationDesignating: NSItemProviderReading {
// Provided method
fn _ui_augmentingNSItemProviderReadingClass() -> &'static AnyClass
where Self: Sized + ClassType { ... }
}Available on crate feature
NSItemProvider_UIKitAdditions only.Expand description
Provided Methods§
fn _ui_augmentingNSItemProviderReadingClass() -> &'static AnyClass
Trait Implementations§
impl<T> ImplementedBy<T> for dyn UIItemProviderReadingAugmentationDesignating
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".