read_line

Function read_line 

Source
pub async fn read_line<R: AsyncBufReadExt + Unpin>(
    reader: &mut R,
) -> Result<String, Error>