pub async fn read_metadata_async<R: AsyncRead + AsyncSeek + Send + Unpin>(
    reader: &mut R
) -> Result<FileMetaData>
Expand description

Asynchronously reads the files’ metadata