Trait IDataModelConcept_Impl
pub trait IDataModelConcept_Impl: IUnknownImpl {
// Required methods
fn InitializeObject(
&self,
modelobject: Ref<'_, IModelObject>,
matchingtypesignature: Ref<'_, IDebugHostTypeSignature>,
wildcardmatches: Ref<'_, IDebugHostSymbolEnumerator>,
) -> Result<()>;
fn GetName(&self) -> Result<BSTR>;
}
Required Methods§
fn InitializeObject( &self, modelobject: Ref<'_, IModelObject>, matchingtypesignature: Ref<'_, IDebugHostTypeSignature>, wildcardmatches: Ref<'_, IDebugHostSymbolEnumerator>, ) -> Result<()>
fn GetName(&self) -> Result<BSTR>
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.