Skip to content

Instantly share code, notes, and snippets.

@panicbit
Created January 8, 2016 22:59
Show Gist options
  • Save panicbit/722b7f3a147554d5da0d to your computer and use it in GitHub Desktop.
Save panicbit/722b7f3a147554d5da0d to your computer and use it in GitHub Desktop.
match *last_song {
None => println!("No song"),
Some(ref blah) => println!("{:?}", blah)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment