Skip to main content

string_from_stream

Function string_from_stream 

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

Reads a string from a stream.