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.
pub async fn get_teacher_facing_by_id(
conn: &mut PgConnection,
id: Uuid,
) -> ModelResult<Option<TeacherCreditRegistration>>One row for a teacher surface, by id. None when no such live row exists.