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