Skip to main content

get_teacher_facing_by_id

Function get_teacher_facing_by_id 

Source
pub async fn get_teacher_facing_by_id(
    conn: &mut PgConnection,
    id: Uuid,
) -> ModelResult<Option<TeacherCreditRegistration>>
Expand description

One row for a teacher surface, by id. None when no such live row exists.