windows::Win32::System::Diagnostics::Debug::Extensions

Trait ICodeAddressConcept_Impl

pub trait ICodeAddressConcept_Impl: IUnknownImpl {
    // Required method
    fn GetContainingSymbol(
        &self,
        pcontextobject: Ref<'_, IModelObject>,
    ) -> Result<IDebugHostSymbol>;
}

Required Methods§

fn GetContainingSymbol( &self, pcontextobject: Ref<'_, IModelObject>, ) -> Result<IDebugHostSymbol>

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.

Implementors§