Module jsonrpc_core::control
[−]
[src]
Response processing functions.
Structs
| HandlerInternal |
Response handler with transformations. |
| NewSubscriber |
New subscriber waiting for id to assign |
| Ready |
Asynchronous method response. |
| Session |
Object representing current session. It's up to JSON-RPC transport to decide when sessions are created. |
| Subscriber |
Subscriber with assigned ID |
Enums
| Subscription |
Subscription control object |
Traits
| ResponseHandler |
Trait representing a client waiting for the response and notifications. |
Type Definitions
| Data |
Convenient type for RPC methods return types. |
| Handler |
Simplified Response handler with transformations. |