pub trait IDownloadResult_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn HResult(&self) -> Result<i32>;
    fn ResultCode(&self) -> Result<OperationResultCode>;
    fn GetUpdateResult(&self, updateindex: i32) -> Result<IUpdateDownloadResult>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§