Trait windows::Win32::System::ClrHosting::IActionOnCLREvent_Impl
pub trait IActionOnCLREvent_Impl: Sized {
// Required method
fn OnEvent(&self, event: EClrEvent, data: *const c_void) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.