fetch_table

Function fetch_table 

Source
pub async fn fetch_table(client: &Client, web_url: &str) -> Result<BmsTable>
Available on crate features scraper and reqwest only.
Expand description

Fetch and parse a complete BMS difficulty table.

See fetch_table_full.