read_forever

Function read_forever 

Source
pub async fn read_forever<R>(reader: &mut R) -> Result<()>
where R: AsyncRead + Unpin,