Skip to main content

count_unlinked_enrolled_students_for_course

Function count_unlinked_enrolled_students_for_course 

Source
pub async fn count_unlinked_enrolled_students_for_course(
    conn: &mut PgConnection,
    course_id: Uuid,
) -> ModelResult<i64>
Expand description

Enrolled students of the course who hold no live student number link, and so cannot have credits registered for them until they link one.