Trait IInstallationAgent_Impl
pub trait IInstallationAgent_Impl: IDispatch_Impl {
// Required method
fn RecordInstallationResult(
&self,
installationresultcookie: &BSTR,
hresult: i32,
extendedreportingdata: Ref<'_, IStringCollection>,
) -> Result<()>;
}
Required Methods§
fn RecordInstallationResult( &self, installationresultcookie: &BSTR, hresult: i32, extendedreportingdata: Ref<'_, IStringCollection>, ) -> Result<()>
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.