Function get_exams

Source
pub async fn get_exams(
    conn: &mut PgConnection,
) -> ModelResult<HashMap<Uuid, OrgExam>>