Module tiny_rpc::rpc[][src]

Structs

RequestId

A unique identifier of a rpc call.

ResponseHandler

A handler to make response for a rpc request.

RpcClient

Traits

Rpc

The Rpc trait defined a rpc service by definding several necessary items.

RpcFrame
RpcServerStub

The RpcServerStub trait allows making responses for requests.

Functions

serve