pub trait ICoreWebView2PrintCompletedHandler_Impl: Sized {
    fn Invoke(
&self,
errorcode: HRESULT,
printstatus: COREWEBVIEW2_PRINT_STATUS
) -> Result<()>; }

Required Methods§

source

fn Invoke(
&self,
errorcode: HRESULT,
printstatus: COREWEBVIEW2_PRINT_STATUS
) -> Result<()>

Implementors§