Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl
source · [−]pub trait ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl {
fn Invoke(
&self,
sender: &Option<ICoreWebView2>,
args: &Option<ICoreWebView2BasicAuthenticationRequestedEventArgs>
) -> Result<(), Error>;
}
Required Methods
sourcefn Invoke(