Trait IDataModelScriptDebugVariableSetEnumerator_Impl
pub trait IDataModelScriptDebugVariableSetEnumerator_Impl: IUnknownImpl {
// Required methods
fn Reset(&self) -> Result<()>;
fn GetNext(
&self,
variablename: *mut BSTR,
variablevalue: OutRef<'_, IModelObject>,
variablemetadata: OutRef<'_, IKeyStore>,
) -> Result<()>;
}
Required Methods§
fn Reset(&self) -> Result<()>
fn GetNext( &self, variablename: *mut BSTR, variablevalue: OutRef<'_, IModelObject>, variablemetadata: OutRef<'_, IKeyStore>, ) -> Result<()>
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.