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

Read the metadata from an IPC file.