pub async fn export_course_exercise_tasks<W>(
    conn: &mut PgConnection,
    course_id: Uuid,
    writer: W
) -> Result<W>
where W: Write + Send + 'static,
Expand description

Writes the course exercise tasks with pravate spec as csv into the writer