Crate essrpc_macros

Source

Attribute Macrosยง

essrpc
The main macro which does the magic. When applied to a trait Foo generates a FooRPCClient type implementing RPCClient (and Foo). as well as FooRPCServer implementing RPCServer.