Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created January 16, 2016 13:06
Show Gist options
  • Save TheOpenDevProject/8c6a1adb6334c268f656 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/8c6a1adb6334c268f656 to your computer and use it in GitHub Desktop.
fn main(){
match imaginary_thing.stuff(){
Imaginary::ConstHere => || {
//Do stuff
},
Imaginary::AnotherConst => || {
//Do Other stuff
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment