Created
January 16, 2016 13:06
-
-
Save TheOpenDevProject/8c6a1adb6334c268f656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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