[][src]Crate tarpc_plugins

Attribute Macros

server

Syntactic sugar to make using async functions in the server implementation easier. It does this by rewriting code like this, which would normally not compile because async functions are disallowed in trait implementations:

service

Generates: