Trait IWSDMetadataExchange_Impl
pub trait IWSDMetadataExchange_Impl: IUnknownImpl {
// Required method
fn GetMetadata(&self) -> Result<*mut WSD_METADATA_SECTION_LIST>;
}
Required Methods§
fn GetMetadata(&self) -> Result<*mut WSD_METADATA_SECTION_LIST>
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.