Type Alias Pipeline

Source
pub type Pipeline = PipelineDef<PipelineSegment>;

Aliased Type§

pub struct Pipeline {
    pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>,
}

Fields§

§segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSeg>>>