Trait IAMExtendedErrorInfo_Impl
pub trait IAMExtendedErrorInfo_Impl: IDispatch_Impl {
// Required methods
fn HasError(&self, phaserror: *mut VARIANT_BOOL) -> Result<()>;
fn ErrorDescription(&self, pbstrerrordescription: *mut BSTR) -> Result<()>;
fn ErrorCode(&self, perrorcode: *mut i32) -> Result<()>;
}
Required Methods§
fn HasError(&self, phaserror: *mut VARIANT_BOOL) -> Result<()>
fn ErrorDescription(&self, pbstrerrordescription: *mut BSTR) -> Result<()>
fn ErrorCode(&self, perrorcode: *mut 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.