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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§