darkwing::server::services::database_encryption_services

Type Alias DynDatabaseEncryption

source
pub type DynDatabaseEncryption = Arc<dyn DatabaseEncryptionTrait + 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 DynDatabaseEncryption { /* private fields */ }