get_exercises_by_chapter_ids

Function get_exercises_by_chapter_ids 

Source
pub async fn get_exercises_by_chapter_ids(
    conn: &mut PgConnection,
    chapter_ids: &[Uuid],
) -> ModelResult<Vec<Exercise>>