Trait IComExceptionEvents_Impl
pub trait IComExceptionEvents_Impl: IUnknownImpl {
// Required method
fn OnExceptionUser(
&self,
pinfo: *const COMSVCSEVENTINFO,
code: u32,
address: u64,
pszstacktrace: &PCWSTR,
) -> Result<()>;
}
Required Methods§
fn OnExceptionUser( &self, pinfo: *const COMSVCSEVENTINFO, code: u32, address: u64, pszstacktrace: &PCWSTR, ) -> 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.