|
|
|
|
|
by steveklabnik
2278 days ago
|
|
Yes and no. That is, they're "auto traits"; they get implemented automatically for anything that can safely implement them. They only don't get implemented for things like raw pointers, or structs that contain raw pointers, and then they're unsafe to implement. |
|