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
Dialimplementation that uses an existing connection. - Unix
Dialier - A
Dialimplementation that connects to a Unix domain socket.
Traits§
- Dial
- Dials a connection to a server.