Expand description
Everything related to handling of incoming requests.
Structs
- A request coming in, including a sender for sending responses.
- Receiver for incoming requests.
- Typed variant of
netconfig::OutgoingResponse
. - Sender for sending back responses on an
IncomingRequest
.
Enums
Type Definitions
- General result based on above
Error
.