Expand description
Server bindings for a multiplexed protocol.
Structs§
- This type provides an implementation of a Tower
Service
on top of a multiplexed protocol transport. In particular, it wraps a transport that implementsSink<SinkItem = Response>
andStream<Item = Request>
with the necessary bookkeeping to adhere to Tower’s convenientfn(Request) -> Future<Response>
API.
Enums§
- An error that occurred while servicing a request.