windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait IDebugStackFrameSnifferEx32_Impl

pub trait IDebugStackFrameSnifferEx32_Impl: IDebugStackFrameSniffer_Impl {
    // Required method
    fn EnumStackFramesEx32(&self, dwspmin: u32) -> Result<IEnumDebugStackFrames>;
}

Required Methods§

fn EnumStackFramesEx32(&self, dwspmin: u32) -> Result<IEnumDebugStackFrames>

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§