TrustedStoreConfig

Trait TrustedStoreConfig 

Source
pub trait TrustedStoreConfig: IsGlobal {
    type Error: IsGlobalError;

    // Required method
    fn root_certificates(&self) -> Result<Arc<X509Store>, Self::Error>;
}
Expand description

Trait for configuration that holds a X509Store.

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: TrustedStoreConfig> TrustedStoreConfig for Arc<T>

Implementors§