windows::Win32::System::ClrHosting

Trait IObjectHandle_Impl

pub trait IObjectHandle_Impl: IUnknownImpl {
    // Required method
    fn Unwrap(&self) -> Result<VARIANT>;
}

Required Methods§

fn Unwrap(&self) -> Result<VARIANT>

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§