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