complete_and_lock_chapter

Function complete_and_lock_chapter 

Source
pub async fn complete_and_lock_chapter(
    conn: &mut PgConnection,
    user_id: Uuid,
    chapter_id: Uuid,
    course_id: Uuid,
) -> ModelResult<UserChapterLockingStatus>