pub async fn get_manual_completion_result_preview(
    conn: &mut PgConnection,
    course_instance: &CourseInstance,
    manual_completion_request: &TeacherManualCompletionRequest
) -> ModelResult<ManualCompletionPreview>
Expand description

Gets a preview of changes that will occur to completions with the given manual completion data.