[][src]Module adventure::response

A trait of responses and common adaptors.

Structs

Future01Response

Converts a futures 0.1 Future into a Response.

Future01ResponseObj

A Response wrapping a trait object of polling futures, similar to Box<dyn Future+Send+Sync>.

FutureResponse

Converts a std::future::Future into a Response.

FutureResponseObj

A Response wrapping a trait object of polling futures, similar to FutureObj.

LocalFuture01ResponseObj

A Response wrapping a trait object of polling futures, similar to Box<dyn Future>.

LocalFutureResponseObj

A Response wrapping a trait object of polling futures, similar to LocalFutureObj.

Traits

Response

A convenience for futures that return Result values that includes a variety of adapters tailored to such futures.