[][src]Module gotham::pipeline::chain

Defines the types for connecting multiple pipeline handles into a "chain" when constructing the dispatcher for a route.

Traits

PipelineHandleChain

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.