Crate rstrpc

Source

Structs§

HandlerType
Components used to construct the client type for this handler.
Router
Router for the RPC server. Can have different handlers attached to it, as well as nested routers in order to create a hierarchy. It is also capable of generating its own type, suitable for consumption by a TypeScript client.
RpcBuilder

Traits§

FromContext
Handler
Handlers run for specific RPC requests. This trait will automatically be implemented if the crate::handler macro is attached to a function containing a handler implementation.
TypeDependencies

Attribute Macros§

exported_type
handler