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

An implementation of UserServiceModule.

Aliased Type§

struct UserServiceCode { /* private fields */ }