Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created March 17, 2018 12:49
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/f095bb2c41997e45ce6944940daff293 to your computer and use it in GitHub Desktop.
Save rust-play/f095bb2c41997e45ce6944940daff293 to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
trait Foo<T> {}
impl<U, T: Foo<U>> Foo<T> for () {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment