pub fn read_to_string_from(reader: impl Read) -> Result<String>
Reads all content from a generic reader into a string.
Returns any I/O error reported by reader.
reader