pub type Pipeline = PipelineDef<PipelineSegment>;Aliased Type§
pub struct Pipeline {
pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>,
}Fields§
§segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>pub type Pipeline = PipelineDef<PipelineSegment>;pub struct Pipeline {
pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>,
}segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>