Created
November 20, 2016 00:28
-
-
Save Aceeri/6337c3ff1b6e82e9f38e2cc561554016 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<'a> { | |
| path: Option<&'static str>, | |
| name: &'static str, | |
| lifetimes: &'a [&'static str], | |
| generics: &'a [TypeName<'a>], | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment