Skip to main content

fetch_catalog

Function fetch_catalog 

Source
pub async fn fetch_catalog(
    cache: &SchemaCache,
) -> Result<Catalog, Box<dyn Error + Send + Sync>>
Expand description

Fetch the SchemaStore catalog via the schema cache.

§Errors

Returns an error if the catalog cannot be fetched or parsed.