UserServiceInstance

Type Alias UserServiceInstance 

Source
pub type UserServiceInstance = Box<dyn UserService>;
Expand description

An implementation of UserService.

Aliased Typeยง

pub struct UserServiceInstance(/* private fields */);