Skip to content

Instantly share code, notes, and snippets.

@pzol
Created February 6, 2014 08:37
Show Gist options
  • Save pzol/8840404 to your computer and use it in GitHub Desktop.
Save pzol/8840404 to your computer and use it in GitHub Desktop.
trait A {}
trait B {}
fn foo<t: A>() {
}
fn foo<t: B>() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment