Trait IInstallationProgressChangedCallbackArgs_Impl
pub trait IInstallationProgressChangedCallbackArgs_Impl: IDispatch_Impl {
// Required method
fn Progress(&self) -> Result<IInstallationProgress>;
}
Required Methods§
fn Progress(&self) -> Result<IInstallationProgress>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.