pub type RunStepEvent = RunEvent<Step>;Aliased Type§
pub struct RunStepEvent {
pub source: Step,
pub trigger_event: Option<TriggerEvent>,
pub payload: Option<ContextPayload>,
}Fields§
§source: Step§trigger_event: Option<TriggerEvent>§payload: Option<ContextPayload>