Skip to content

Instantly share code, notes, and snippets.

@andete
Created June 17, 2017 07:57
Show Gist options
  • Save andete/610c2d3da5a89d342288dadc0214c537 to your computer and use it in GitHub Desktop.
Save andete/610c2d3da5a89d342288dadc0214c537 to your computer and use it in GitHub Desktop.
impl Into<&'static str> for Lang {
fn into(self) -> &'static str {
match self {
Lang::Nl => "nl",
Lang::En => "en",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment