Skip to main content

read_to_string_from

Function read_to_string_from 

Source
pub fn read_to_string_from(reader: impl Read) -> Result<String>
Expand description

Reads all content from a generic reader into a string.

ยงErrors

Returns any I/O error reported by reader.