pub fn read_to_string<P: AsRef<Path>>(path: P) -> Result<String>
Reads the entire contents of a file into a string.
May return any of the same errors as std::fs::read_to_string
std::fs::read_to_string