pub trait IPrintWorkflowXpsReceiver2_Impl: Sized + IPrintWorkflowXpsReceiver_Impl {
    // Required method
    fn Failed(&self, xpserror: HRESULT) -> Result<()>;
}

Required Methods§

fn Failed(&self, xpserror: HRESULT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§