Skip to content

Instantly share code, notes, and snippets.

@Aceeri
Created November 20, 2016 00:28
Show Gist options
  • Select an option

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

Select an option

Save Aceeri/6337c3ff1b6e82e9f38e2cc561554016 to your computer and use it in GitHub Desktop.
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