Guest User

Untitled

a guest
Jan 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. trait Foo {}
  2. impl Foo for (u64, u64) {}
  3.  
  4. struct Bar where (u64, u64): Foo {}
  5.  
  6. fn main() {
  7. }
Add Comment
Please, Sign In to add comment