ImplSslinfo

Trait ImplSslinfo 

Source
pub trait ImplSslinfo:
    Clone
    + Sized
    + Rc {
    // Required methods
    fn cert_status(&self) -> CertStatus;
    fn x509_certificate(&self) -> Option<X509Certificate>;
    fn get_raw(&self) -> *mut _cef_sslinfo_t;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§