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

Required Methods§

fn GetContainingSymbol( &self, pcontextobject: Option<&IModelObject>, ) -> Result<IDebugHostSymbol>

Object Safety§

This trait is not object safe.

Implementors§