Crate arpy

Source
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 from ConcurrentRpcClient::try_begin_call.

Enums§

ErrorFrom
An error from a fallible RPC call.
MimeType
Some common mime types supported by Arpy providers.

Traits§

ConcurrentRpcClient
An RPC Client that can have many calls in-flight at once.
FnRemote
A remote procedure.
FnSubscription
A parameterized subscription.
FnTryRemote
Allow a fallible FnRemote to be called like a method.
RpcClient
An RPC client.
ServerSentEvents

Derive Macros§

MsgId
Derive a protocol::MsgId.