Crate dupe_derive

Crate dupe_derive 

Source

Derive Macrosยง

Clone_
Derive the Clone trait, but without requiring all type arguments to implement Clone.
Copy_
Derive the Copy trait, but without requiring all type arguments to implement Copy.
Dupe
Derive the Dupe trait.
Dupe_
Derive the Dupe trait, but without requiring all type arguments to implement Dupe.