Closed nrydanov closed 3 weeks ago
As you probably know, Copy
is a marker trait, which suggests that the objects of that type can be copied cheaply. It cannot exist without Clone
. So, either the title of the issue should state "Mark UserRole
as Copy
", or it doesn't make a lot of sense.
UPDs: clarifications
As we discussed,
Copy
can be used there.