pub async fn read_to_string(file: &FileProxy) -> Result<String, ReadError>
Reads a utf-8 encoded string from the given file’s current offset to the end of the file.