Skip to main content

ICoreWebView2ServerCertificateErrorDetectedEventArgs_Impl

Trait ICoreWebView2ServerCertificateErrorDetectedEventArgs_Impl 

Source
pub trait ICoreWebView2ServerCertificateErrorDetectedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn ErrorStatus(&self) -> Result<COREWEBVIEW2_WEB_ERROR_STATUS>;
    fn RequestUri(&self) -> Result<PWSTR>;
    fn ServerCertificate(&self) -> Result<ICoreWebView2Certificate>;
    fn Action(&self) -> Result<COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION>;
    fn SetAction(
        &self,
        value: COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION,
    ) -> Result<()>;
    fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§