pub trait IInstallationProgressChangedCallbackArgs_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Progress(&self) -> Result<IInstallationProgress>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§