async fn rows_in_states(
conn: &mut PgConnection,
) -> Result<(Vec<ReconciliationRegistration>, Vec<ReconciliationRegistration>), ControllerError>Expand description
The two detectors that each just read one live state, in one IN-list query and one
admin-projection lookup shared across both.