headless_lms_models::pages

Function get_chapters_pages_with_exercises

Source
pub async fn get_chapters_pages_with_exercises(
    conn: &mut PgConnection,
    chapters_id: Uuid,
) -> ModelResult<Vec<PageWithExercises>>