Created
June 19, 2018 01:57
-
-
Save piedoom/575509cc5e2376c633c9c8c11d400bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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