Skip to main content

fetch_spells

Function fetch_spells 

Source
async fn fetch_spells(
    db: &PgPool,
    ids: &[i32],
) -> Result<Vec<SpellRow>, ToolError>