Skip to content

Instantly share code, notes, and snippets.

@trimoq
Created January 29, 2020 13:38
Show Gist options
  • Save trimoq/ff9d53c35b2420197d2da160cdd673a1 to your computer and use it in GitHub Desktop.
Save trimoq/ff9d53c35b2420197d2da160cdd673a1 to your computer and use it in GitHub Desktop.
trait Generator{
fn generate_UserRepository() -> Box<dyn UserRepository>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment