pub type UserServiceCode = Arc<dyn UserService + Send + Sync + 'static>;
Expand description

An implementation of UserService.

Aliased Type§

struct UserServiceCode { /* private fields */ }