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