Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_5_Impl
source · pub trait ICoreWebView2_5_Impl: Sized + ICoreWebView2_4_Impl {
// Required methods
fn add_ClientCertificateRequested(
&self,
eventhandler: Option<&ICoreWebView2ClientCertificateRequestedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_ClientCertificateRequested(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
}