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