transition_effect

Function transition_effect 

Source
pub(super) fn transition_effect(
    record: &RolloutRecord,
    from: RolloutState,
    to: RolloutState,
    at: DateTime<Utc>,
) -> RolloutEffect
Expand description

Helper: build the RolloutEffect::RecordRolloutTransition effect for a state transition. Lives here so the per-state modules don’t re-derive it.