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