Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created November 24, 2020 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlightsky/f91c3052cd6b12d77c2ac135405cf2e4 to your computer and use it in GitHub Desktop.
Save tlightsky/f91c3052cd6b12d77c2ac135405cf2e4 to your computer and use it in GitHub Desktop.
to_owned is like clone,
it move var from stack to heap,
it get the ownership,
it turn &str to String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment