pub trait IPrinterExtensionRequest_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Cancel(&self, hrstatus: HRESULT, bstrlogmessage: &BSTR) -> Result<()>;
    fn Complete(&self) -> Result<()>;
}

Required Methods§

fn Cancel(&self, hrstatus: HRESULT, bstrlogmessage: &BSTR) -> Result<()>

fn Complete(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§