pub type PipelineCtx = PipelineDef<PipelineSegmentCtx>;Aliased Type§
pub struct PipelineCtx {
pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>,
}Fields§
§segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>pub type PipelineCtx = PipelineDef<PipelineSegmentCtx>;pub struct PipelineCtx {
pub segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>,
}segments: Vec<PipelineSegmentDef<PointDef<RouteSeg, PointSegCtx>>>