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