Created
November 19, 2016 08:12
-
-
Save Aceeri/f01173941f8d66598049d635c3c6a134 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
| struct TypeName { | |
| path: &'static str, | |
| name: &'static str, | |
| lifetimes: Vec<&'static str>, | |
| generics: Option<TypeName>, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment