[][src]Type Definition gotham::pipeline::set::PipelineSet

type PipelineSet<P> = Arc<BorrowBag<P>>;

Represents the set of all Pipeline instances that are available for use when building a Router. A PipelineSet is "frozen".