RolloutRowTuple

Type Alias RolloutRowTuple 

Source
type RolloutRowTuple = (RolloutId, String, String, String, i64, Option<i64>, Option<i64>, String, Option<String>, Option<String>);
Expand description

Raw tuple shape of a rollouts row, as read by rusqlite. Fields: (rollout_id, channel, target_ref, state, current_wave, opened_event_log_seq, last_transition_event_log_seq, opened_at, terminal_at, superseded_at). Aliased so clippy doesn’t flag the type complexity on the inline closure.