Crate dupe_derive

source ·

Derive Macros

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