Function wasmer_backend_api::query::get_all_app_regions
source ยท pub async fn get_all_app_regions(
client: &WasmerClient,
) -> Result<Vec<AppRegion>, Error>
Expand description
Load all available regions.
Will paginate through all versions and return them in a single list.