pub type UserServiceInstance = Box<dyn UserService>;
Expand description
An implementation of UserService
.
Aliased Typeยง
struct UserServiceInstance(/* private fields */);
pub type UserServiceInstance = Box<dyn UserService>;
An implementation of UserService
.
struct UserServiceInstance(/* private fields */);