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

pub type PipelineSet<P> = Arc<BorrowBag<P>>;
Expand description

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