I'd like to instead use perfect_derive(Clone) than derive(Clone). I can do the former with builder_struct_addr, but this conflicts with the derive(Clone) added by default. A direct dependency on perfect_derive seems excessive, but an escape hatch to do Clone in a different way would be nice.
I'd like to instead use
perfect_derive(Clone)
thanderive(Clone)
. I can do the former withbuilder_struct_addr
, but this conflicts with thederive(Clone)
added by default. A direct dependency onperfect_derive
seems excessive, but an escape hatch to doClone
in a different way would be nice.