pub type SinglePipelineSet<C> = PipelineSet<<() as Append<Pipeline<C>>>::Output>;
A PipelineSet which contains only a single pipeline.
PipelineSet