pub fn stream_exam_submissions(
    conn: &mut PgConnection,
    exam_id: Uuid
) -> impl Stream<Item = Result<ExportedSubmission>> + '_