Trait IDebugDocumentInfo_Impl
pub trait IDebugDocumentInfo_Impl: IUnknownImpl {
// Required methods
fn GetName(&self, dnt: DOCUMENTNAMETYPE) -> Result<BSTR>;
fn GetDocumentClassId(&self) -> Result<GUID>;
}
Required Methods§
fn GetName(&self, dnt: DOCUMENTNAMETYPE) -> Result<BSTR>
fn GetDocumentClassId(&self) -> Result<GUID>
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.