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

Trait IDebugHostSymbolEnumerator_Impl

pub trait IDebugHostSymbolEnumerator_Impl: IUnknownImpl {
    // Required methods
    fn Reset(&self) -> Result<()>;
    fn GetNext(&self) -> Result<IDebugHostSymbol>;
}

Required Methods§

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

fn GetNext(&self) -> Result<IDebugHostSymbol>

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§