Expand description
Client side api
The main entry point is RpcClient.
Structs§
- A client for a specific service
- 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§
- Sync version of
future::stream::BoxStream
. - A boxed connector for the given
Service
- Flume
Connector flume-transport
A flume connector for the givenService
- Hyper
Connector hyper-transport
A hyper connector for the givenService
- Iroh
Connector iroh-transport
An iroh connector for the givenService
- Quinn
Connector quinn-transport
A quinn connector for the givenService