pub async fn update_exam_instructions(
conn: &mut PgConnection,
exam_id: Uuid,
instructions_update: ExamInstructionsUpdate,
) -> ModelResult<ExamInstructions>
pub async fn update_exam_instructions(
conn: &mut PgConnection,
exam_id: Uuid,
instructions_update: ExamInstructionsUpdate,
) -> ModelResult<ExamInstructions>