Module json_rpc2::futures[][src]

Non-blocking implementation, requires the async feature.

Traits

Service

Trait for async services that maybe handle a request.

Functions

handle

Call async services in order and return the first response message.

serve

Infallible async service handler, errors are automatically converted to responses.