Module messaging_thread_pool::request_response
source · Enums
This enum is used for defining request/response pairs
The protocol insists that every request has a corresponding response
This enum defines the 2 types that are used
The protocol insists that every request has a corresponding response
This enum defines the 2 types that are used
Traits
This trait is auto-implemented for request
This trait is implemented by requests and responses to define their relationship to each other
They define a shared constant N and define whether or not they are the response or the request
The implementation of this traits allows for compile time checking of several error conditions
They define a shared constant N and define whether or not they are the response or the request
The implementation of this traits allows for compile time checking of several error conditions
This trait is auto-implemented for responses