Skip to main content

fetch_items

Function fetch_items 

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