Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_10_Impl
source · pub trait ICoreWebView2_10_Impl: Sized + ICoreWebView2_9_Impl {
// Required methods
fn add_BasicAuthenticationRequested(
&self,
eventhandler: Option<&ICoreWebView2BasicAuthenticationRequestedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_BasicAuthenticationRequested(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
}