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