Trait IUpdateDownloadResult_Impl
pub trait IUpdateDownloadResult_Impl: IDispatch_Impl {
// Required methods
fn HResult(&self) -> Result<i32>;
fn ResultCode(&self) -> Result<OperationResultCode>;
}
Required Methods§
fn HResult(&self) -> Result<i32>
fn ResultCode(&self) -> Result<OperationResultCode>
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.