Skip to main content

count_teacher_facing_by_course_id

Function count_teacher_facing_by_course_id 

Source
pub async fn count_teacher_facing_by_course_id(
    conn: &mut PgConnection,
    course_id: Uuid,
    filters: &TeacherCreditRegistrationFilters<'_>,
) -> ModelResult<i64>
Expand description

How many rows get_teacher_facing_by_course_id would return without a page limit.