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