Skip to content

Instantly share code, notes, and snippets.

@andrewgazelka
Created January 14, 2022 18:49
Show Gist options
  • Save andrewgazelka/b5464bba090ff0fdbfb5c2025c6bfd9e to your computer and use it in GitHub Desktop.
Save andrewgazelka/b5464bba090ff0fdbfb5c2025c6bfd9e to your computer and use it in GitHub Desktop.
story
match res {
Ok(res) => { ... }
Err(Io(io)) => { ... }
Err(InvalidArgs) => { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment