get_chapter_pages

Function get_chapter_pages 

Source
pub async fn get_chapter_pages(
    conn: &mut PgConnection,
    chapter_id: Uuid,
) -> ModelResult<Vec<Page>>