Module client

Source
Available on crate feature client only.
Expand description

§Client

The client connects to the server, sends requests in order to control the timer and receive responses.

The client must implement the Client trait.

Modules§

tcptcp-client
TCP client

Traits§

Client
The client trait.
ClientStream
The client stream trait.