Closed Internal-Compiler-Error closed 1 year ago
All the members within the struct implements Clone, so we can just derive it, the clone will basically "call" clone for each member
Awesome! Thanks so much @Internal-Compiler-Error
LGTM
All the members within the struct implements Clone, so we can just derive it, the clone will basically "call" clone for each member