pub type PipelineStepVar = PipelineStepDef<PointVar>;Aliased Type§
pub struct PipelineStepVar {
pub entry: WaveDirection,
pub exit: WaveDirection,
pub blocks: Vec<PayloadBlockDef<PointDef<RouteSegVar, PointSegVar>>>,
}Fields§
§entry: WaveDirection§exit: WaveDirection§blocks: Vec<PayloadBlockDef<PointDef<RouteSegVar, PointSegVar>>>