Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. struct Banana;
  2.  
  3. impl Banana {
  4. fn peach() {
  5. type Apple = Self;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement