Expand description
TTRPC client.
Structs§
- Call
- A future representing an RPC call.
- Call
Builder - A builder for RPCs returned by
Client::call
. - Client
- A TTRPC client connection.
- Client
Builder - A builder for
Client
. - Existing
Connection - A
Dial
implementation that uses an existing connection. - Unix
Dialier - A
Dial
implementation that connects to a Unix domain socket.
Traits§
- Dial
- Dials a connection to a server.