Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created March 23, 2022 02:33
Show Gist options
  • Save rust-play/cbe5d4fb00ed34650d2873725eefbc67 to your computer and use it in GitHub Desktop.
Save rust-play/cbe5d4fb00ed34650d2873725eefbc67 to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
pub enum Test {
#[default]
First,
Second,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment