windows::Win32::Devices::WebServicesOnDevices

Trait IWSDMetadataExchange_Impl

pub trait IWSDMetadataExchange_Impl: IUnknownImpl {
    // Required method
    fn GetMetadata(&self) -> Result<*mut WSD_METADATA_SECTION_LIST>;
}

Required Methods§

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§