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