[][src]Module gotham::pipeline::single

Defines helpers for applications that only require a single pipeline (i.e. only one set of middleware for the application).

Functions

single_pipeline

Creates a single pipeline for use in applications with straightforward use cases for middleware.

Type Definitions

SinglePipelineChain

A pipeline chain which contains only the single pipeline in a SinglePipelineSet.

SinglePipelineHandle

A Handle for borrowing the only pipeline from a SinglePipelineSet.

SinglePipelineSet

A PipelineSet which contains only a single pipeline.