pub async fn get_for_exercise_task(
conn: &mut PgConnection,
exercise_task_id: Uuid,
spec_kind: SpecKind,
) -> ModelResult<Vec<Uuid>>Expand description
What one of a task’s specs declares, in no particular order: the order of a spec’s files is the exercise service’s business and lives inside the spec.