Struct json_rpc2::futures::Server [−][src]
Expand description
Serve requests.
Requests are passed to each service in turn and the first service that returns a response wins.
Only available with the async
feature.
Serve requests.
Requests are passed to each service in turn and the first service that returns a response wins.
Only available with the async
feature.