async fn get_lock_chapter_content_state_for_page(
conn: &mut PgConnection,
user_id: Option<Uuid>,
page: &Page,
cache: &mut CourseMaterialPageContentFilterCache,
) -> ModelResult<Option<LockChapterContentState>>async fn get_lock_chapter_content_state_for_page(
conn: &mut PgConnection,
user_id: Option<Uuid>,
page: &Page,
cache: &mut CourseMaterialPageContentFilterCache,
) -> ModelResult<Option<LockChapterContentState>>