pub(super) fn transition_effect(
record: &RolloutRecord,
from: RolloutState,
to: RolloutState,
at: DateTime<Utc>,
) -> RolloutEffectExpand description
Helper: build the RolloutEffect::RecordRolloutTransition effect
for a state transition. Lives here so the per-state modules don’t
re-derive it.