Module tokio_tower::multiplex::server[][src]

Server bindings for a multiplexed protocol.

Structs

Server

This type provides an implementation of a Tower Service on top of a multiplexed 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.