Module tokio_tower::pipeline::server[][src]

Server bindings for a pipelined protocol.

Structs

Server

This type provides an implementation of a Tower Service on top of a request-at-a-time protocol transport. In particular, it wraps a transport that implements Sink<SinkItem = Response> and Stream<Item = Request> with the necessary bookkeeping to adhere to Tower's convenient fn(Request) -> Future<Response> API.

Enums

Error

An error that occurred while servicing a request.