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>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§