Module mesh_channel::rpc
source · Expand description
Remote Procedure Call functionality.
Structs§
- An RPC message for a request with input of type
I
and output of typeR
. The receiver of the message should process the request and return results via theSender<R>
. - The result future of an
RpcSend::call_failable
call.
Traits§
- A trait implemented by objects that can send RPC requests.
Type Aliases§
- An RPC message with a failable result.