pub trait IPrinterQueueEvent_Impl: Sized + IDispatch_Impl {
    // Required method
    fn OnBidiResponseReceived(
        &self,
        bstrresponse: &BSTR,
        hrstatus: HRESULT
    ) -> Result<()>;
}

Required Methods§

fn OnBidiResponseReceived( &self, bstrresponse: &BSTR, hrstatus: HRESULT ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§