Type Alias PipelineCtx

Source
pub type PipelineCtx = PipelineDef<PipelineSegmentCtx>;

Aliased Type§

pub struct PipelineCtx {
    pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>,
}

Fields§

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

Trait Implementations§