Guest User

Untitled

a guest
Apr 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. fn main() {
  2.  
  3. }
  4.  
  5. pub struct Mine {
  6. data: String
  7. }
  8.  
  9. impl From<Mine> for String {
  10. fn from(mine: Mine) -> Self {
  11. mine.data
  12. }
  13. }
Add Comment
Please, Sign In to add comment