CodeChain-io/remote-trait-object

Introduce remote only macro

Closed this issue · 0 comments

Some types with nested references are not feasible to be supported by dispatcher, but can be easily supported by remote still.

In this case, user want to use another trait which is expanded by remote_only macro, and import the service into such trait.