Trait IDebugHostMemory2_Impl
pub trait IDebugHostMemory2_Impl: IDebugHostMemory_Impl {
// Required method
fn LinearizeLocation(
&self,
context: Ref<'_, IDebugHostContext>,
location: &Location,
) -> Result<Location>;
}
Required Methods§
fn LinearizeLocation( &self, context: Ref<'_, IDebugHostContext>, location: &Location, ) -> 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.