Skip to main content

get_many

Function get_many 

Source
pub async fn get_many(
    conn: &mut PgConnection,
    ids: &[Uuid],
) -> ModelResult<Vec<CoursePageMarkdownContent>>