Type Definition gotham::pipeline::PipelineSet
source · 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”.