Trait IWiaAppErrorHandler_Impl
pub trait IWiaAppErrorHandler_Impl: IUnknownImpl {
// Required methods
fn GetWindow(&self) -> Result<HWND>;
fn ReportStatus(
&self,
lflags: i32,
pwiaitem2: Ref<'_, IWiaItem2>,
hrstatus: HRESULT,
lpercentcomplete: i32,
) -> Result<()>;
}
Required Methods§
fn GetWindow(&self) -> Result<HWND>
fn ReportStatus( &self, lflags: i32, pwiaitem2: Ref<'_, IWiaItem2>, hrstatus: HRESULT, lpercentcomplete: i32, ) -> 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.