Skip to content

Instantly share code, notes, and snippets.

@trimoq
Last active January 11, 2020 15:45
Show Gist options
  • Save trimoq/86eee416ed0f9aee0128f7d13fe2d00b to your computer and use it in GitHub Desktop.
Save trimoq/86eee416ed0f9aee0128f7d13fe2d00b to your computer and use it in GitHub Desktop.
The UserService having a trait object of UserRepository
struct UserService {
user_repo: Box<dyn UserRepository>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment