Expand description
Modules§
- client
- Module containing types associated with client-level abstraction (sending and receiving models).
- connection
- Module containing types associated with connection-level abstraction (sending raw bytes and handling protocol details).
Structs§
- Cancellation
Token - A token which can be used to signal a cancellation request to one or more tasks.
- Listener
- Binds to a configured port and accepts incoming connections.
- Listener
Config - Configures the listener.
Enums§
- Listener
Error - Errors that can be raised by
Listener
.
Traits§
- Sender
Handle - Sender trait implemented for some service handles.