pub async fn fetch_webc_package(
    client: &BackendClient,
    ident: &WebcPackageIdentifierV1,
    default_registry: &Url
) -> Result<Container, Error>
Expand description

Load a webc package from the registry.