Module mesh::rpc

source ·
Expand description

Remote Procedure Call functionality.

Structs§

  • An RPC message for a request with input of type I and output of type R. The receiver of the message should process the request and return results via the Sender<R>.
  • The result future of an RpcSend::call_failable call.

Traits§

  • A trait implemented by objects that can send RPC requests.

Type Aliases§