pub async fn get(conn: &mut PgConnection, id: Uuid) -> ModelResult<Exam>Expand description
Returns exam details for a non-deleted exam id.
pub async fn get(conn: &mut PgConnection, id: Uuid) -> ModelResult<Exam>Returns exam details for a non-deleted exam id.