pub unsafe trait SKStoreProductViewControllerDelegate: NSObjectProtocol {
// Provided method
unsafe fn productViewControllerDidFinish(
&self,
view_controller: &SKStoreProductViewController,
)
where Self: Sized + Message { ... }
}Available on crate feature
SKStoreProductViewController only.Expand description
Provided Methods§
unsafe fn productViewControllerDidFinish( &self, view_controller: &SKStoreProductViewController, )
Available on macOS and crate feature
objc2-app-kit only.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".