Module client

Source
Expand description

Client side api

The main entry point is RpcClient.

Structs§

RpcClient
A client for a specific service
UpdateSink
Sink that can be used to send updates to the server for the two interaction patterns that support it, crate::message::ClientStreaming and crate::message::BidiStreaming.

Type Aliases§

BoxStreamSync
Sync version of future::stream::BoxStream.
BoxedConnector
A boxed connector for the given Service
FlumeConnectorflume-transport
A flume connector for the given Service
HyperConnectorhyper-transport
A hyper connector for the given Service
IrohConnectoriroh-transport
An iroh connector for the given Service
QuinnConnectorquinn-transport
A quinn connector for the given Service