tokio_async_read

Function tokio_async_read 

Source
pub fn tokio_async_read<R>(reader: R) -> Body
where R: AsyncRead + Send + Sync + 'static,
Available on crate feature io-tokio only.