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

Get the number of students that have completed the course