Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created December 5, 2019 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rust-play/06447a3aab261814b74dbe7e9ad2581a to your computer and use it in GitHub Desktop.
Save rust-play/06447a3aab261814b74dbe7e9ad2581a to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
struct Foo<F=()>(Vec<F>);
fn do_stuff() {
let foo = Foo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment