Type Alias cosmic_space::parse::model::PipelineVar

source ·
pub type PipelineVar = PipelineDef<PipelineSegmentVar>;

Aliased Type§

struct PipelineVar {
    pub segments: Vec<PipelineSegmentDef<PointDef<RouteSegVar, PointSegVar>>>,
}

Fields§

§segments: Vec<PipelineSegmentDef<PointDef<RouteSegVar, PointSegVar>>>

Trait Implementations§