pub trait HasSecurityConfig: TrustedStoreConfig + CertificateConfig { }Expand description
A trait that combines TrustedStoreConfig + CertificateConfig
Typically implemented using SecurityConfig struct.
pub trait HasSecurityConfig: TrustedStoreConfig + CertificateConfig { }A trait that combines TrustedStoreConfig + CertificateConfig
Typically implemented using SecurityConfig struct.