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