Function read_to_string

Source
pub(crate) fn read_to_string<'a, R>(
    reader: &'a mut R,
    string: &'a mut String,
) -> ReadToString<'a, R> 
where R: AsyncRead + ?Sized + Unpin,