Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ProcessFailedEventHandler_Impl
source · pub trait ICoreWebView2ProcessFailedEventHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
sender: Option<&ICoreWebView2>,
args: Option<&ICoreWebView2ProcessFailedEventArgs>
) -> Result<(), Error>;
}