Type Alias PipelineSegmentCtx

Source
pub type PipelineSegmentCtx = PipelineSegmentDef<PointCtx>;

Aliased Type§

pub struct PipelineSegmentCtx {
    pub step: PipelineStepDef<PointDef<RouteSeg, PointSegCtx>>,
    pub stop: PipelineStopDef<PointDef<RouteSeg, PointSegCtx>>,
}

Fields§

§step: PipelineStepDef<PointDef<RouteSeg, PointSegCtx>>§stop: PipelineStopDef<PointDef<RouteSeg, PointSegCtx>>

Trait Implementations§