pub trait IDebugHostMemory2_Impl: Sized + IDebugHostMemory_Impl {
    // Required method
    fn LinearizeLocation(
        &self,
        context: Option<&IDebugHostContext>,
        location: &Location,
    ) -> Result<Location>;
}

Required Methods§

fn LinearizeLocation( &self, context: Option<&IDebugHostContext>, location: &Location, ) -> Result<Location>

Object Safety§

This trait is not object safe.

Implementors§