Function libium::read_wrapper

source ยท
pub async fn read_wrapper(source: impl AsyncReadExt + Unpin) -> Result<String>
Expand description

Read source and return the data as a string

A wrapper for dealing with the read buffer.