fetch_user_chapter_progress

Function fetch_user_chapter_progress 

Source
pub async fn fetch_user_chapter_progress(
    conn: &mut PgConnection,
    course_id: Uuid,
) -> ModelResult<Vec<UserChapterProgress>>