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

Trait IStringDisplayableConcept_Impl

pub trait IStringDisplayableConcept_Impl: IUnknownImpl {
    // Required method
    fn ToDisplayString(
        &self,
        contextobject: Ref<'_, IModelObject>,
        metadata: Ref<'_, IKeyStore>,
    ) -> Result<BSTR>;
}

Required Methods§

fn ToDisplayString( &self, contextobject: Ref<'_, IModelObject>, metadata: Ref<'_, IKeyStore>, ) -> 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.

Implementors§