Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl
source · pub trait ICoreWebView2BasicAuthenticationRequestedEventHandler_Impl: Sized {
// Required method
fn Invoke(
&self,
sender: Option<&ICoreWebView2>,
args: Option<&ICoreWebView2BasicAuthenticationRequestedEventArgs>,
) -> Result<(), Error>;
}
Required Methods§
fn Invoke( &self, sender: Option<&ICoreWebView2>, args: Option<&ICoreWebView2BasicAuthenticationRequestedEventArgs>, ) -> Result<(), Error>
Object Safety§
This trait is not object safe.