pub unsafe trait UIItemProviderReadingAugmentationDesignating: NSItemProviderReading {
// Provided method
fn _ui_augmentingNSItemProviderReadingClass() -> &'static AnyClass
where Self: Sized + ClassType { ... }
}Available on crate feature
NSItemProvider_UIKitAdditions only.