Skip to content

Instantly share code, notes, and snippets.

@pzol
Created October 9, 2014 08:04
Show Gist options
  • Save pzol/35ec611ac2938450a8e5 to your computer and use it in GitHub Desktop.
Save pzol/35ec611ac2938450a8e5 to your computer and use it in GitHub Desktop.
enum Foo {
Bar(uint),
Baz(i32)
}
fn dest(Bar(u): Foo) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment