pub async fn read_message<R>(
    reader: R,
    options: ReaderOptions
) -> Result<Reader<OwnedSegments>>
where R: AsyncRead + Unpin,
Expand description

Asynchronously reads a message from reader.