pub trait IPrintSchemaDisplayableElement_Impl: Sized + IPrintSchemaElement_Impl {
    // Required method
    fn DisplayName(&self) -> Result<BSTR>;
}

Required Methods§

fn DisplayName(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§