Trait IDebugHostExtensibility_Impl
pub trait IDebugHostExtensibility_Impl: IUnknownImpl {
// Required methods
fn CreateFunctionAlias(
&self,
aliasname: &PCWSTR,
functionobject: Ref<'_, IModelObject>,
) -> Result<()>;
fn DestroyFunctionAlias(&self, aliasname: &PCWSTR) -> Result<()>;
}
Required Methods§
fn CreateFunctionAlias( &self, aliasname: &PCWSTR, functionobject: Ref<'_, IModelObject>, ) -> Result<()>
fn DestroyFunctionAlias(&self, aliasname: &PCWSTR) -> 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.