pub unsafe trait SKStoreProductViewControllerDelegate: NSObjectProtocol { }Available on crate feature
SKStoreProductViewController only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn SKStoreProductViewControllerDelegate
Source§impl ProtocolType for dyn SKStoreProductViewControllerDelegate
impl ProtocolType for dyn SKStoreProductViewControllerDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".