Trait IApplicationDebuggerUI_Impl
pub trait IApplicationDebuggerUI_Impl: IUnknownImpl {
// Required methods
fn BringDocumentToTop(
&self,
pddt: Ref<'_, IDebugDocumentText>,
) -> Result<()>;
fn BringDocumentContextToTop(
&self,
pddc: Ref<'_, IDebugDocumentContext>,
) -> Result<()>;
}
Required Methods§
fn BringDocumentToTop(&self, pddt: Ref<'_, IDebugDocumentText>) -> Result<()>
fn BringDocumentContextToTop( &self, pddc: Ref<'_, IDebugDocumentContext>, ) -> Result<()>
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.