Skip to content

Instantly share code, notes, and snippets.

@piedoom
Created June 19, 2018 01:57
Show Gist options
  • Save piedoom/575509cc5e2376c633c9c8c11d400bfc to your computer and use it in GitHub Desktop.
Save piedoom/575509cc5e2376c633c9c8c11d400bfc to your computer and use it in GitHub Desktop.
fn get<T>() -> Result<T, Error> {
serde_json::from_str(..)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment