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