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

Writes the course points as csv into the writer