pub trait ICoreWebView2PrintToPdfCompletedHandler_Impl: Sized {
    // Required method
    fn Invoke(
        &self,
        errorcode: HRESULT,
        issuccessful: BOOL
    ) -> Result<(), Error>;
}

Required Methods§

source

fn Invoke(&self, errorcode: HRESULT, issuccessful: BOOL) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§