Expand description
Re-exports§
pub extern crate futures;
Modules§
- json_
util - jsonrpc_
common - jsonrpc_
message - jsonrpc_
request - jsonrpc_
response - map_
request_ handler - method_
types - output_
agent - service_
util
Structs§
- Endpoint
- A JSON-RPC endpoint that can send requests (Client role), and send responses to requests (Server role).
- Endpoint
Handler - Combine an Endpoint with a request handler, to create a complete Endpoint Handler, capable of handling incoming requests from a message reader.
- Method
Completable - Helper type that wraps a ResponseCompletable,
and binds the possible completion to a result
MethodResult<RET, RET_ERROR>
- Null
Request Handler - Response
Completable - A completable for a JSON-RPC request. This is an object that must be “completed”, that is, a result must be provided. (this is the inverse of a future)