pub type DynUsersService = Arc<dyn UsersServiceTrait + Send + Sync>;Expand description
A reference counter for our user service allows us safely pass instances user utils around which themselves depend on the user repostiory, and ultimately, our MySQL connection pool.
Aliased Typeยง
struct DynUsersService { /* private fields */ }