[][src]Module adventure::response

A trait of responses and common adaptors.

Structs

ResponseFuture

Converts a futures 0.1 Future into a Response.

ResponseFutureObj

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

ResponseLocalFutureObj

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

ResponseStdFuture

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

ResponseStdFutureObj

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

ResponseStdLocalFutureObj

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

Traits

Response

Trait to represent types of the response, and the task to receive it.