pub async fn get_latest_submission_ids_by_exercise_id(
    conn: &mut PgConnection,
    exercise_id: Uuid
) -> ModelResult<Vec<Uuid>>
Expand description

Similar to get_ids_by_exercise_id but returns the record with the highest created_at for a user_id