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