Advertisement
Guest User

Untitled

a guest
May 20th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct Dummy;
  2.  
  3. impl<T> From<&'_ T> for Dummy{
  4. fn from(v:&'_ T)->Self{
  5. Dummy
  6. }
  7. }
  8.  
  9. fn main() {
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement