pub 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”.
Pipeline
Router
PipelineSet