Skip to main content

get_front_page_by_chapter_id

Function get_front_page_by_chapter_id 

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