Available on crate feature
client only.Expand description
Client module.
The client connects to the server, sends requests in order to control the timer and receive responses.
A client must implement the Client trait. A client may
implement the ClientStream trait as well in order to reduce
the complexity of the Client’s implementation.
Structs
- TcpClient
tcp-clientThe TCP client.
Traits
- The client trait.
- The client stream trait.