Skip to main content

read_string

Function read_string 

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