pub type PipelineStepCtx = PipelineStepDef<PointCtx>;Aliased Type§
pub struct PipelineStepCtx {
pub entry: WaveDirection,
pub exit: WaveDirection,
pub blocks: Vec<PayloadBlockDef<PointDef<RouteSeg, PointSegCtx>>>,
}Fields§
§entry: WaveDirection§exit: WaveDirection§blocks: Vec<PayloadBlockDef<PointDef<RouteSeg, PointSegCtx>>>