pub type UserServiceInstance = Box<dyn UserService + Send + Sync + 'static>;
Expand description

An implementation of UserService.

Aliased Type§

struct UserServiceInstance(/* private fields */);