pub type DynSettingsRepository = Arc<dyn SettingsRepository + Send + Sync>;Expand description
Type alias for a thread-safe reference-counted pointer to a SettingsRepository implementation.
This allows sharing the repository across multiple threads while maintaining proper connection pool management.
Aliased Typeยง
struct DynSettingsRepository { /* private fields */ }