Trait IDebugHostData_Impl
pub trait IDebugHostData_Impl: IDebugHostSymbol_Impl {
// Required methods
fn GetLocationKind(&self) -> Result<LocationKind>;
fn GetLocation(&self) -> Result<Location>;
fn GetValue(&self) -> Result<VARIANT>;
}
Required Methods§
fn GetLocationKind(&self) -> Result<LocationKind>
fn GetLocation(&self) -> Result<Location>
fn GetValue(&self) -> Result<VARIANT>
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.