Expand description
§Arpy
Define RPC call signatures for use with Arpy providers. See the examples
folder in this repo for various client/server provider examples.
Modules§
- protocol
- Protocol related utilities.
Structs§
- TryCall
- The
Future
returned fromConcurrentRpcClient::try_begin_call
.
Enums§
- Error
From - An error from a fallible RPC call.
- Mime
Type - Some common mime types supported by Arpy providers.
Traits§
- Concurrent
RpcClient - An RPC Client that can have many calls in-flight at once.
- FnRemote
- A remote procedure.
- FnSubscription
- A parameterized subscription.
- FnTry
Remote - Allow a fallible
FnRemote
to be called like a method. - RpcClient
- An RPC client.
- Server
Sent Events
Derive Macros§
- MsgId
- Derive a
protocol::MsgId
.