Expand description
Remote Procedure Call functionality.
Structs§
- The result future of an
RpcSend::call_failable
call. - The result future of an
RpcSend::call
call. - 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>
.
Enums§
- An error from an RPC call, via
RpcSend::call_failable
orRpcSend::call
.
Traits§
- A trait implemented by objects that can send RPC requests.
- A trait implemented by objects that can try to send RPC requests but may fail.
Type Aliases§
- An RPC message with a failable result.