Expand description
Defines the types for connecting multiple pipeline handles into a “chain” when constructing the dispatcher for a route.
Traits
A heterogeneous list of Handle<P, _>
values, where P
is a pipeline type. The pipelines are
borrowed and invoked in order to serve a request.