pub async fn read_stream_metadata_async<R: AsyncRead + Unpin + Send>(
    reader: &mut R
) -> Result<StreamMetadata>
Available on crate features io_ipc and io_ipc_read_async only.
Expand description

Reads the StreamMetadata of the Arrow stream asynchronously