Skip to main content

read_string

Function read_string 

Source
pub async fn read_string<R: AsyncReadExt + Unpin>(
    reader: &mut R,
) -> Result<String>