Module request_response::request

source ·
Expand description

The request trait. Is what we use to define a request and a corresponding response type This file contains the Request and Response traits. Any upstream that wants to use the [RequestResponseProtocol] needs to implement these traits for their specific types.

Traits§

  • A trait for a request. Associates itself with a response type.
  • A trait that a response needs to implement