Trait IDebugStackFrame110_Impl
pub trait IDebugStackFrame110_Impl: IDebugStackFrame_Impl {
// Required methods
fn GetStackFrameType(&self) -> Result<DEBUG_STACKFRAME_TYPE>;
fn GetScriptInvocationContext(&self) -> Result<IScriptInvocationContext>;
}
Required Methods§
fn GetStackFrameType(&self) -> Result<DEBUG_STACKFRAME_TYPE>
fn GetScriptInvocationContext(&self) -> Result<IScriptInvocationContext>
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.