Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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