You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, one has to create an Rpc trait, define all the methods, then define the implementation. It would be way nicer if we could just have one impl block that both defined the trait as well as the implementation. This should be pretty easy to accomplish with our own proc-macro.
TODO:
write example of desired output
The text was updated successfully, but these errors were encountered:
Right now, one has to create an
Rpc
trait, define all the methods, then define the implementation. It would be way nicer if we could just have oneimpl
block that both defined the trait as well as the implementation. This should be pretty easy to accomplish with our own proc-macro.TODO:
write example of desired output
The text was updated successfully, but these errors were encountered: