Guest User

Untitled

a guest
May 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. use std::collections::HashMap;
  2.  
  3. struct Bar<'a>(&'a i32);
  4.  
  5. type MyMap<'a> = HashMap<String, Bar<'a>>;
  6.  
  7. fn main() {}
Add Comment
Please, Sign In to add comment