Skip to main content

reset_progress_by_exam_id_and_user_id

Function reset_progress_by_exam_id_and_user_id 

Source
pub async fn reset_progress_by_exam_id_and_user_id(
    conn: &mut PgConnection,
    exam_id: Uuid,
    user_id: Uuid,
) -> ModelResult<()>