Trait IDebugStackFrameSnifferEx64_Impl
pub trait IDebugStackFrameSnifferEx64_Impl: IDebugStackFrameSniffer_Impl {
// Required method
fn EnumStackFramesEx64(
&self,
dwspmin: u64,
) -> Result<IEnumDebugStackFrames64>;
}
Required Methods§
fn EnumStackFramesEx64(&self, dwspmin: u64) -> Result<IEnumDebugStackFrames64>
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.