[][src]Module adventure::request

A base trait represents a request.

Traits

BaseRequest

Trait to represent types of the request, and their expected output and error types.

Request

A generalized request-response interface, regardless how client works.