Trait IDataModelScriptDebugStack_Impl
pub trait IDataModelScriptDebugStack_Impl: IUnknownImpl {
// Required methods
fn GetFrameCount(&self) -> u64;
fn GetStackFrame(
&self,
framenumber: u64,
) -> Result<IDataModelScriptDebugStackFrame>;
}
Required Methods§
fn GetFrameCount(&self) -> u64
fn GetStackFrame( &self, framenumber: u64, ) -> Result<IDataModelScriptDebugStackFrame>
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.