Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created May 18, 2016 09:48
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/c374d704b6e5bed9d508a830df43a825 to your computer and use it in GitHub Desktop.
Save tailhook/c374d704b6e5bed9d508a830df43a825 to your computer and use it in GitHub Desktop.
pub trait ResultExt<T, E> {
fn context<X>(self, x: X) -> Result<T, Context<X, E>>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment