Expand description
A Listener is used by a RegisteredDriver to accept incoming
connections from clients.
Structs§
- Accepts or rejects an incoming connection
Handshake. - A connection request received from a
Listener. - A listener for incoming connection
Handshakes to aRegisteredDriver. - A registration for a
RegisteredDriver. This type is provided toRegistry::registerin order to add the driver to the registry. - A stream of incoming requests from all clients.
Enums§
Type Aliases§
- Channel 🔒