darkwing::server::services::config_encryption_services

Type Alias DynConfigEncryption

source
pub type DynConfigEncryption = Arc<dyn ConfigEncryptionTrait + Send + Sync>;
Expand description

A reference counter for our status service allows us to safely pass instances around which depend on the database, and ultimately, our connection pools.

Aliased Typeยง

struct DynConfigEncryption { /* private fields */ }