pub fn fetch_metadata_bytes_blocking(
    url: &Uri
) -> Result<Vec<u8>, FetchMetadataError>
Expand description

Returns the metadata bytes from the provided URL, blocking the current thread.