windows::Win32::System::ClrHosting

Trait ICLRTask2_Impl

pub trait ICLRTask2_Impl: ICLRTask_Impl {
    // Required methods
    fn BeginPreventAsyncAbort(&self) -> Result<()>;
    fn EndPreventAsyncAbort(&self) -> Result<()>;
}

Required Methods§

fn BeginPreventAsyncAbort(&self) -> Result<()>

fn EndPreventAsyncAbort(&self) -> 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.

Implementors§