Expand description
Client implementation for starpc.
This module provides the client-side API for making RPC calls, supporting unary, client streaming, server streaming, and bidirectional streaming patterns.
Modules§
- transport
- Transport-based stream openers.
Structs§
- Srpc
Client - Standard starpc client implementation.
Traits§
- Client
- Client trait for making RPC calls.
- Open
Stream - Trait for opening streams to a remote server.
Type Aliases§
- BoxClient
- Boxed Client trait object.
- Packet
Receiver - Receiver for incoming packets.