windows::Win32::System::Wmi

Trait IWbemEventConsumerProvider_Impl

pub trait IWbemEventConsumerProvider_Impl: IUnknownImpl {
    // Required method
    fn FindConsumer(
        &self,
        plogicalconsumer: Ref<'_, IWbemClassObject>,
    ) -> Result<IWbemUnboundObjectSink>;
}

Required Methods§

fn FindConsumer( &self, plogicalconsumer: Ref<'_, IWbemClassObject>, ) -> Result<IWbemUnboundObjectSink>

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§