Skip to content

Instantly share code, notes, and snippets.

@Aceeri
Created November 19, 2016 08:52
Show Gist options
  • Select an option

  • Save Aceeri/ccb9b0b3da4c19b465d627e8acdfd292 to your computer and use it in GitHub Desktop.

Select an option

Save Aceeri/ccb9b0b3da4c19b465d627e8acdfd292 to your computer and use it in GitHub Desktop.
struct TypeName<'a> {
path: Option<&'static str>,
name: &'static str,
generics: &'a [TypeName<'a>],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment