from_url_blocking

Function from_url_blocking 

Source
pub fn from_url_blocking(
    url: Url,
    version: MetadataVersion,
) -> Result<Vec<u8>, Error>
Available on crate feature url only.
Expand description

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