blob: 7372ce8b565651e2614d8eef90b9809e32a0a49b [file] [log] [blame] [view] [edit]
When dealing with resources, the default behavior is to transfer them during
assignments or function calls. Sometimes the intention is to make a copy of the
resource, this can be accomplished by calling the `clone` method, defined in
the `Clone` trait.
{clone.play}