You are viewing a single thread.
View all comments View context
2 points

I’m not sure about the impl thing, care to elaborate?

See this serde-derive code.

Basically, you’re wrapping your impl in a dummy const, so your impl lives in its own lexical scope.

You can set attributes on that scope, define consts/statics, import stuff that will not interfere with anything outside the generated code…etc.

So, just add your use lines. You can allow unused imports on the scope too, no conditional imports needed to avoid warnings. You don’t have to worry about anything 😉

permalink
report
parent
reply

Rust Programming

!rust@lemmy.ml

Create post

Community stats

  • 155

    Monthly active users

  • 204

    Posts

  • 638

    Comments