Skip to main content

read_metadata_async_stream

Function read_metadata_async_stream 

Source
pub async fn read_metadata_async_stream<R: AsyncRead + Unpin>(
    filename: &WheelFilename,
    debug_path: &str,
    reader: R,
) -> Result<ResolutionMetadata, Error>
Expand description

Like read_metadata_async_seek, but doesn’t use seek.