Skip to content

Instantly share code, notes, and snippets.

@trimoq
Created January 11, 2020 15:48
Show Gist options
  • Save trimoq/bf4ea7d36f7581930b449759c6caf1b9 to your computer and use it in GitHub Desktop.
Save trimoq/bf4ea7d36f7581930b449759c6caf1b9 to your computer and use it in GitHub Desktop.
Using the user_repo without knowing about its type
fn add_user(self, user: User){
// whatever
self.user_repo.add(user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment