Skip to main content

read_stream_to_string

Function read_stream_to_string 

Source
pub fn read_stream_to_string(
    stream: &mut Stream,
) -> Result<String, Error<'static>>
Expand description

Read the entire contents of a stream into a string