Crate yerpc

Source

Modules§

typescript

Structs§

Error
Error object returned in response to a failed RPC call.
Request
Request object.
Response
Response object.
RpcClient
RpcSession

Enums§

Id
Request identifier as found in Request and Response objects.
Message
Params
RpcResult
Only used for generated TS bindings
RpcSessionSink
Version
Protocol Version

Traits§

RpcServer
TypeDef
A Rust type that has a corresponding TypeScript type definition.

Type Aliases§

OutReceiver
Result

Attribute Macros§

async_trait
rpc
Generates the jsonrpc handler and types.

Derive Macros§

TypeDef