graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Arbitrary custom derives in rust 2018

Open tomhoule opened this issue 7 years ago • 0 comments

Since derive macros will now be imported (with use) in idiomatic code, we should provide the option to add imports to the generated module.

Or maybe use super::* is a sane option? It feels like it could go wrong, and it does not solve the issue that you need to have the derive macros in scope.

tomhoule avatar Aug 24 '18 04:08 tomhoule