windows::Win32::System::Diagnostics::Debug::Extensions

Trait IDebugHost_Impl

pub trait IDebugHost_Impl: IUnknownImpl {
    // Required methods
    fn GetHostDefinedInterface(&self) -> Result<IUnknown>;
    fn GetCurrentContext(&self) -> Result<IDebugHostContext>;
    fn GetDefaultMetadata(&self) -> Result<IKeyStore>;
}

Required Methods§

fn GetHostDefinedInterface(&self) -> Result<IUnknown>

fn GetCurrentContext(&self) -> Result<IDebugHostContext>

fn GetDefaultMetadata(&self) -> Result<IKeyStore>

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§