windows::Win32::Devices::WebServicesOnDevices

Trait IWSDiscoveryPublisherNotify_Impl

pub trait IWSDiscoveryPublisherNotify_Impl: IUnknownImpl {
    // Required methods
    fn ProbeHandler(
        &self,
        psoap: *const WSD_SOAP_MESSAGE,
        pmessageparameters: Ref<'_, IWSDMessageParameters>,
    ) -> Result<()>;
    fn ResolveHandler(
        &self,
        psoap: *const WSD_SOAP_MESSAGE,
        pmessageparameters: Ref<'_, IWSDMessageParameters>,
    ) -> Result<()>;
}

Required Methods§

fn ProbeHandler( &self, psoap: *const WSD_SOAP_MESSAGE, pmessageparameters: Ref<'_, IWSDMessageParameters>, ) -> Result<()>

fn ResolveHandler( &self, psoap: *const WSD_SOAP_MESSAGE, pmessageparameters: Ref<'_, IWSDMessageParameters>, ) -> Result<()>

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§