Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_14_Impl
source · pub trait ICoreWebView2_14_Impl: Sized + ICoreWebView2_13_Impl {
// Required methods
fn add_ServerCertificateErrorDetected(
&self,
eventhandler: Option<&ICoreWebView2ServerCertificateErrorDetectedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_ServerCertificateErrorDetected(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
fn ClearServerCertificateErrorActions(
&self,
handler: Option<&ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler>
) -> Result<(), Error>;
}