get_by_user_and_course

Function get_by_user_and_course 

Source
pub async fn get_by_user_and_course(
    conn: &mut PgConnection,
    user_id: Uuid,
    course_id: Uuid,
) -> ModelResult<Vec<UserChapterLockingStatus>>