Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created September 21, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tailhook/8a65fce3f169ad2f1d20 to your computer and use it in GitHub Desktop.
Save tailhook/8a65fce3f169ad2f1d20 to your computer and use it in GitHub Desktop.
usage-of-context
try!(File::open(&path)
.map_err(|e| SomeError::Io(e, path.to_path_buf())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment