set_chapter_status

Function set_chapter_status 

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