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”.
Aliased Type§
pub struct PipelineSet<P> { /* private fields */ }