pub async fn export_exam_submissions<W>( conn: &mut PgConnection, exam_id: Uuid, writer: W, ) -> Result<W>where W: Write + Send + 'static,
Writes the exam submissions as csv into the writer