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
. - Type alias for a boxed connection to a specific service