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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§