Function export_course_instances

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

Writes the course instances as csv into the writer