pub fn read_from_reader(input: impl Read) -> Result<String, FileError>
Expand description

Read the content and return as a String if it can be decoded as one of the supported encodings from Encoding.