pub type PipelineStop = PipelineStopDef<Point>;Aliased Type§
pub enum PipelineStop {
Core,
Call(CallDef<PointDef<RouteSeg, PointSeg>>),
Reflect,
Point(PointDef<RouteSeg, PointSeg>),
Err {
status: u16,
msg: String,
},
}